From f12bd30673f19843995624dc2ffeb7f2954273c5 Mon Sep 17 00:00:00 2001 From: Jonathan Finch Date: Mon, 10 Apr 2017 21:31:19 +0100 Subject: [PATCH] Fixed broken links for nginx & FastCgiExternalServer --- 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..6dbda762324 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -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 -.. _`Nginx documentation`: http://wiki.nginx.org/Symfony +.. _`FastCgiExternalServer`: https://docs.oracle.com/cd/B31017_01/web.1013/q20204/mod_fastcgi.html#FastCgiExternalServer +.. _`Nginx documentation`: https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/