We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cc5fc commit 782467fCopy full SHA for 782467f
setup/web_server_configuration.rst
@@ -310,7 +310,7 @@ The **minimum configuration** to get your application running under Nginx is:
310
# return 404 for all other php files not matching the front controller
311
# this prevents access to other php files you don't want to be accessible.
312
location ~ \.php$ {
313
- return 404;
+ return 404;
314
}
315
316
error_log /var/log/nginx/project_error.log;
0 commit comments