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

Skip to content

Commit c3f3d78

Browse files
committed
minor #7726 Use 4 spaces for indentation (bocharsky-bw)
This PR was merged into the 2.7 branch. Discussion ---------- Use 4 spaces for indentation Commits ------- 782467f Use 4 spaces for indentation
2 parents b11cb07 + 782467f commit c3f3d78

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)