Initialisation de la stack Docker.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ServerName localhost
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
[mysqld]
|
||||
Reference in New Issue
Block a user