fix: prevent access to source code of any php files

Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
This commit is contained in:
Borislav Kosun 2025-01-03 23:21:11 +02:00 committed by Maxime Helias
parent cc900a6d11
commit ab9039c840

View File

@ -54,6 +54,6 @@
php @frontController
file_server {
hide index.php
hide *.php
}
}