Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc66fbb

Browse files
committed
minor symfony#7791 Fixed broken links for nginx & FastCgiExternalServer (finchmeister)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7791). Discussion ---------- Fixed broken links for nginx & FastCgiExternalServer Commits ------- b8d01ec Fixed broken links for nginx & FastCgiExternalServer
2 parents 2ba4afa + b8d01ec commit cc66fbb

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
@@ -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
343-
.. _`Nginx documentation`: http://wiki.nginx.org/Symfony
342+
.. _`FastCgiExternalServer`: https://docs.oracle.com/cd/B31017_01/web.1013/q20204/mod_fastcgi.html#FastCgiExternalServer
343+
.. _`Nginx documentation`: https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/

0 commit comments

Comments
 (0)