Mise à jour de la configuration pour Apache.

This commit is contained in:
2026-03-09 19:40:21 +01:00
parent fd486390f7
commit e13bf5c8e4
5 changed files with 31 additions and 11 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
<VirtualHost *:80>
ServerAdmin ${APACHE_ADMIN_EMAIL}
<Directory /var/www/html>
DocumentRoot ${APACHE_ROOT_PATH}
<Directory ${APACHE_ROOT_PATH}>
Options -Indexes +FollowSymLinks
AllowOverride All
</Directory>