Changes between Initial Version and Version 1 of Ticket #1223, comment 2
- Timestamp:
- 03/21/17 15:47:13 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1223, comment 2
initial v1 1 You seem to misunderstand the problem here. It doesn't matter that it's a PHP script that is being executed; it could be any file. The problem is the combination of a try_files fallback in combination with resolving the error pages . nginx will ignore the deny all; statement when resolving for the error pages, thus falling back to index.php in my example. But again: this could be any file, and that file would be delivered with a 404 response code, despite nginx being instructed to deny access.1 You seem to misunderstand the problem here. It doesn't matter that it's a PHP script that is being executed; it could be any file. The problem is the combination of a try_files fallback in combination with resolving the error pages, which did not exist. nginx will ignore the deny all; statement when resolving for the error pages, thus falling back to index.php in my example, as configured by try_files. But again: this could be any file, and that file would be delivered with a 404 response code, despite nginx being instructed to deny access.