summaryrefslogtreecommitdiff
path: root/modules/apache/local.conf
blob: 7507799b88bf5bbf7e017146138111f53dd9021f (plain)
1
2
3
4
5
6
7
8
UserDir "/var/www"
DirectoryIndex _.html _.txt

<Directory "/home/*/www">
	Options MultiViews ExecCGI
	AllowOverride All
	Require all granted
</Directory>