summaryrefslogtreecommitdiff
path: root/modules/apache/local.conf
blob: d1e2a7affc31eb4b24829e5e850aa2b7cd6c9bed (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 FollowSymlinks Index
	AllowOverride All
	Require all granted
</Directory>

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