summaryrefslogtreecommitdiff
path: root/apache2/conf-available/local-userdir.conf
blob: 6029dad78788b9c466b65638b6b9cb614f469094 (plain)
  1. UserDir public_html
  2. UserDir disabled root
  3. <DirectoryMatch ^/((srv/)?home/[a-z0-9-_]+|srv/[a-z0-9-_]+/home)/public_html>
  4. AllowOverride FileInfo AuthConfig Limit Indexes
  5. Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  6. <Limit GET POST OPTIONS>
  7. Require all granted
  8. </Limit>
  9. <LimitExcept GET POST OPTIONS>
  10. Require all denied
  11. </LimitExcept>
  12. </DirectoryMatch>