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:
306
306
# Remove the internal directive to allow URIs like this
307
307
internal;
308
308
}
309
-
309
+
310
310
# return 404 for all other php files not matching the front controller
311
311
# this prevents access to other php files you don't want to be accessible.
312
312
location ~ \.php$ {
@@ -339,5 +339,5 @@ The **minimum configuration** to get your application running under Nginx is:
339
339
For advanced Nginx configuration options, read the official `Nginx documentation `_.
340
340
341
341
.. _`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
343
343
.. _`Nginx documentation` : http://wiki.nginx.org/Symfony
You can’t perform that action at this time.
0 commit comments