From 2ca74678852728b2d828d2b2204c9652c5d59b54 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 26 Oct 2016 09:25:39 +0200 Subject: [PATCH] Fixed a broken link to FastCgiExternalServer directive documentation --- setup/web_server_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index 22a375d3cac..7cf9ebb3c24 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -306,7 +306,7 @@ The **minimum configuration** to get your application running under Nginx is: # Remove the internal directive to allow URIs like this internal; } - + # return 404 for all other php files not matching the front controller # this prevents access to other php files you don't want to be accessible. location ~ \.php$ { @@ -339,5 +339,5 @@ The **minimum configuration** to get your application running under Nginx is: For advanced Nginx configuration options, read the official `Nginx documentation`_. .. _`Apache documentation`: http://httpd.apache.org/docs/ -.. _`FastCgiExternalServer`: http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiExternalServer +.. _`FastCgiExternalServer`: http://docs.oracle.com/cd/B31017_01/web.1013/q20204/mod_fastcgi.html#FastCgiExternalServer .. _`Nginx documentation`: http://wiki.nginx.org/Symfony