8000 Improved tip message to make it more clear that the index.html takes … · symfony/symfony-docs@9b60a72 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b60a72

Browse files
committed
Improved tip message to make it more clear that the index.html takes precedence over the index.php
1 parent f5f49c7 commit 9b60a72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup/symfony_server.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ enabled. Otherwise the server will start without PHP-FPM and will show a
6868
.. tip::
6969

7070
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.
71+
start with PHP-FPM enabled but the index.html will take precedence over the
72+
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.
7375

7476
Enabling TLS
7577
------------

0 commit comments

Comments
 (0)
0