Initialisation de la stack Docker.

This commit is contained in:
2025-11-28 16:45:59 +01:00
commit a3bcc2ace6
14 changed files with 189 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ServerName localhost
+14
View File
@@ -0,0 +1,14 @@
<VirtualHost *:80>
ServerAdmin ${APACHE_ADMIN_EMAIL}
<Directory /var/www/html>
Options -Indexes +FollowSymLinks
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
View File