fix: prevent access to source code of app index file

This commit is contained in:
Borislav Kosun 2025-01-03 03:49:08 +02:00 committed by Maxime Helias
parent 1b0b32b4d5
commit cc900a6d11

View File

@ -53,5 +53,7 @@
@frontController path index.php
php @frontController
file_server
file_server {
hide index.php
}
}