blob: 88641946f6da629d9cebcf048672de02168cc74a [file] [log] [blame]
Lucas Alvares Gomes5851e5f2014-08-19 10:01:45 +01001Listen %PUBLICPORT%
2
3<VirtualHost *:%PUBLICPORT%>
4 DocumentRoot "%HTTPROOT%"
5 <Directory "%HTTPROOT%">
6 Options Indexes FollowSymLinks
7 AllowOverride None
8 Order allow,deny
9 Allow from all
10 Require all granted
11 </Directory>
12</VirtualHost>