Skip to content

Commit 2ca7467

Browse files
committed
Fixed a broken link to FastCgiExternalServer directive documentation
1 parent 0607517 commit 2ca7467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/web_server_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
339339
For 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

0 commit comments

Comments
 (0)