userdir.conf 234 B

123456789
  1. UserDir public_html
  2. UserDir disabled root
  3. <Directory /home/*/public_html>
  4. AllowOverride FileInfo AuthConfig Limit Indexes
  5. Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
  6. Require method GET POST OPTIONS
  7. </Directory>