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

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