Comunic-DockerSingleContainer/apache2.conf
2018-05-08 14:25:32 +02:00

12 lines
311 B
ApacheConf

<Directory /data/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /data/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>