oc-vagrant/opencaching.conf
2015-04-13 21:02:53 +02:00

14 lines
327 B
Plaintext

<VirtualHost *:80>
<Directory /var/www/html/ocde/htdocs/>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ServerName localhost
ServerAlias local.opencaching.de
DocumentRoot /var/www/html/ocde/htdocs
LogLevel warn
ServerSignature Off
</VirtualHost>