summaryrefslogtreecommitdiff
blob: e4e457c274e6d6c34ff4be97dd76228ba1c6f966 (plain)
1
2
3
4
5
6
7
8
9
# This is the config snippet for Geolizer
<Directory "/var/www/localhost/htdocs/geolizer">
	Options None
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>

# vim: ts=4 filetype=apache