Changes between Version 3 and Version 4 of Ticket #1223, comment 2


Ignore:
Timestamp:
03/21/17 15:57:40 (7 years ago)
Author:
Kevin Fischer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1223, comment 2

    v3 v4  
    33A request timeline (which might not be correct 100%, as I don't know the nginx source code - this is just what I figured out from debugging this):
    441) GET /internal/ => 403, via deny all
    5 2) GET /errorpage/403.html => 404, so via try_files try next:
    6 3) GET /errorpage/403.html/ => 404, so via try_files try next:
     52) GET /errorpage/403.html => 404, because the file doesn't exist => try next, according to try_files:
     63) GET /errorpage/403.html/ => 404 => try next, according to try_files:
    774) GET /index.php => exists, but is returned with 404 status code