Skip to content

Commit b2194c3

Browse files
committed
Fixed a broken link to FastCgiExternalServer directive documentation
1 parent 67deef2 commit b2194c3

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
@@ -305,7 +305,7 @@ The **minimum configuration** to get your application running under Nginx is:
305305
# Remove the internal directive to allow URIs like this
306306
internal;
307307
}
308-
308+
309309
# return 404 for all other php files not matching the front controller
310310
# this prevents access to other php files you don't want to be accessible.
311311
location ~ \.php$ {
@@ -339,5 +339,5 @@ For advanced Nginx configuration options, read the official `Nginx documentation
339339

340340
.. _`Apache documentation`: http://httpd.apache.org/docs/
341341
.. _`does not support Unix sockets`: https://bz.apache.org/bugzilla/show_bug.cgi?id=54101
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)