File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ The **minimum configuration** to get your application running under Nginx is:
306306 # Remove the internal directive to allow URIs like this
307307 internal;
308308 }
309-
309+
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$ {
@@ -339,5 +339,5 @@ The **minimum configuration** to get your application running under Nginx is:
339339For advanced Nginx configuration options, read the official `Nginx documentation `_.
340340
341341.. _`Apache documentation` : http://httpd.apache.org/docs/
342- .. _`FastCgiExternalServer` : http://www.fastcgi .com/mod_fastcgi/docs /mod_fastcgi.html#FastCgiExternalServer
342+ .. _`FastCgiExternalServer` : http://docs.oracle .com/cd/B31017_01/web.1013/q20204 /mod_fastcgi.html#FastCgiExternalServer
343343.. _`Nginx documentation` : http://wiki.nginx.org/Symfony
You can’t perform that action at this time.
0 commit comments