Feat: remove userdir task file

This commit is contained in:
2020-09-23 18:16:03 +02:00
parent 836d079a0a
commit 7ebd1be9fd
4 changed files with 6 additions and 22 deletions

View File

@@ -1,10 +0,0 @@
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
<Directory /home/*/public_html>
AllowOverride All
Options MultiViews Indexes SymLinksIfOwnerMatch
Require all granted
</Directory>
</IfModule>