summaryrefslogtreecommitdiff
path: root/modules/apache/local.conf
blob: c430a50e5f7cb0e7f7c4c7ec7f315b6425a0f8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
UserDir "/var/www"
DirectoryIndex _.html _.txt

<Directory "/var/www">
	Options MultiViews
	AllowOverride All
	Require all granted
</Directory>

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