1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-09-03 11:02:48 +02:00
Files
apaxy/apache-config.conf
2016-02-28 15:37:20 +01:00

11 lines
221 B
Plaintext

<VirtualHost *:80>
DocumentRoot /var/www/html
<Directory /var/www/html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
</Directory>
</VirtualHost>