diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index 5fc2eea3c32..d2defbaad19 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -313,6 +313,11 @@ The **minimum configuration** to get your application running under nginx is: access_log /var/log/nginx/project_access.log; } +.. tip:: + + If you use NGINX Unit, check out the official article about + `How to run Symfony applications using NGINX Unit`_. + .. note:: Depending on your PHP-FPM config, the ``fastcgi_pass`` can also be @@ -344,3 +349,4 @@ For advanced nginx configuration options, read the official `nginx documentation .. _`Apache documentation`: https://httpd.apache.org/docs/ .. _`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/ +.. _`How to run Symfony applications using NGINX Unit`: https://unit.nginx.org/howto/symfony/