Changes between Initial Version and Version 1 of Ticket #1223, comment 4


Ignore:
Timestamp:
03/21/17 16:23:11 (7 years ago)
Author:
Kevin Fischer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1223, comment 4

    initial v1  
    1 Well yes, you're absolutely right. It's just weird that nginx will reuse try_files when resolving the error_page, which in my eyes is a bug, an unexpected behaviour. I've been using nginx for years and I absolutely didn't know it would do that.
     1Well yes, you're absolutely right. It's just weird that nginx will reuse try_files when resolving the error_page, which in my eyes is a bug, an unexpected behaviour. I've been using nginx for years and I absolutely didn't know it would do that. Maybe the common pitfalls page should mention this combination of try_files and other sub-request-spawning directives like error_page.
    22
    33Thanks for your time.