8000
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 f5f49c7 commit 9b60a72Copy full SHA for 9b60a72
setup/symfony_server.rst
@@ -68,8 +68,10 @@ enabled. Otherwise the server will start without PHP-FPM and will show a
68
.. tip::
69
70
When an index.html and an index.php file are present the server will still
71
- start with PHP-FPM enabled but browsing the root of your website will serve
72
- the index.html file.
+ start with PHP-FPM enabled but the index.html will take precedence over the
+ index.php file. This measn when an index.html file is present in
73
+ ``public``, it will be displayed instead of the index.php which would show
74
+ e.g. the Symfony application.
75
76
Enabling TLS
77
------------
0 commit comments