summaryrefslogtreecommitdiffstats
path: root/debian/config-dir/mods-available/userdir.conf
blob: 16cf53cd1f52b2ef08e33917aa065b9862275d08 (plain)
1
2
3
4
5
6
7
8
UserDir public_html
UserDir disabled root

<Directory /home/*/public_html>
	AllowOverride FileInfo AuthConfig Limit Indexes
	Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
	Require method GET POST OPTIONS
</Directory>