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

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