Comunic-DockerSingleContainer/apache2.conf

12 lines
311 B
ApacheConf
Raw Permalink Normal View History

2018-05-08 12:25:32 +00:00
<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>