docker support added

This commit is contained in:
nirpt
2022-08-28 10:24:07 +02:00
parent 5f1534f0be
commit 1194259e6e
7 changed files with 176 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<VirtualHost *:80>
DocumentRoot /var/www/html/
<Directory “/var/www/html/”>
AllowOverride all
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>