Changes between Version 3 and Version 4 of Ticket #1223, comment 2
- Timestamp:
- 03/21/17 15:57:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1223, comment 2
v3 v4 3 3 A 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): 4 4 1) 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:5 2) GET /errorpage/403.html => 404, because the file doesn't exist => try next, according to try_files: 6 3) GET /errorpage/403.html/ => 404 => try next, according to try_files: 7 7 4) GET /index.php => exists, but is returned with 404 status code