blob: d6dbfdac14f334d24771e62e8c1965aaf2c8c27e (
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
AllowOverride All
Require all granted
</Directory>
<Directory "/home/*/www">
Options MultiViews FollowSymlinks
AllowOverride All
Require all granted
</Directory>
|