Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 782467f

Browse files
authored
Use 4 spaces for indentation
1 parent 09cc5fc commit 782467f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/web_server_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ The **minimum configuration** to get your application running under Nginx is:
310310
# return 404 for all other php files not matching the front controller
311311
# this prevents access to other php files you don't want to be accessible.
312312
location ~ \.php$ {
313-
return 404;
313+
return 404;
314314
}
315315
316316
error_log /var/log/nginx/project_error.log;

0 commit comments

Comments
 (0)