Changes between Version 4 and Version 5 of Ticket #1223, comment 2
- Timestamp:
- 03/21/17 15:58:59 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1223, comment 2
v4 v5 6 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 8 9 I understand why nginx is showing this behaviour, but I'd argue that this shouldn't happen when resolving for error pages. It doesn't make sense to fall back to the original request when trying to resolve for an error page.