Skip to content

Commit dcf893d

Browse files
committed
minor #13687 Link to the NGINX Unit article for Symfony apps (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch. Discussion ---------- Link to the NGINX Unit article for Symfony apps Fixes #13596. Commits ------- 9787811 Link to the NGINX Unit article for Symfony apps
2 parents e21cf4d + 9787811 commit dcf893d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup/web_server_configuration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,11 @@ The **minimum configuration** to get your application running under nginx is:
313313
access_log /var/log/nginx/project_access.log;
314314
}
315315
316+
.. tip::
317+
318+
If you use NGINX Unit, check out the official article about
319+
`How to run Symfony applications using NGINX Unit`_.
320+
316321
.. note::
317322

318323
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
344349
.. _`Apache documentation`: https://httpd.apache.org/docs/
345350
.. _`FastCgiExternalServer`: https://docs.oracle.com/cd/B31017_01/web.1013/q20204/mod_fastcgi.html#FastCgiExternalServer
346351
.. _`nginx documentation`: https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/
352+
.. _`How to run Symfony applications using NGINX Unit`: https://unit.nginx.org/howto/symfony/

0 commit comments

Comments
 (0)