This commit is contained in:
fencl
2024-01-02 12:54:03 +01:00
parent 934164544e
commit 11f54265c4
521 changed files with 0 additions and 67197 deletions

View File

@@ -1,17 +0,0 @@
# File: .docker/apache/vhost.conf
LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so
<VirtualHost *:80>
ServerName localhost
DocumentRoot /app
<Directory "/app">
Options Indexes FollowSymLinks Includes execCGI
AllowOverride All
Require all granted
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>