Dockerizing #10

Merged
PootisPenserHere merged 9 commits from dockerizing into master 2018-08-08 07:46:39 +00:00
Showing only changes of commit 058e19a49a - Show all commits

View File

@ -0,0 +1,15 @@
<VirtualHost *:80>
ServerAdmin me@mydomain.com
DocumentRoot /var/www/site
<Directory /var/www/site/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>