update settings.php to use shop.fsf.org as baseurl
[eostre.git] / drupal-configs / apache2 / mods-available / userdir.conf
1 <IfModule mod_userdir.c>
2 UserDir public_html
3 UserDir disabled root
4
5 <Directory /home/*/public_html>
6 AllowOverride FileInfo AuthConfig Limit Indexes
7 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
8 Require method GET POST OPTIONS
9 </Directory>
10 </IfModule>
11
12 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet