We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f41dfb commit 87fe4ccCopy full SHA for 87fe4cc
setup/web_server_configuration.rst
@@ -374,13 +374,6 @@ The **minimum configuration** to get your application running under Nginx is:
374
After you deploy to production, make sure that you **cannot** access the ``index.php``
375
script (i.e. ``http://example.com/index.php``).
376
377
-.. note::
378
-
379
- By default, Symfony applications include several ``.htaccess`` files to
380
- configure redirections and to prevent unauthorized access to some sensitive
381
- directories. Those files are only useful when using Apache, so you can
382
- safely remove them when using Nginx.
383
384
For advanced Nginx configuration options, read the official `Nginx documentation`_.
385
386
.. _`Apache documentation`: https://httpd.apache.org/docs/
0 commit comments