Feat: move on..!

This commit is contained in:
2020-09-23 09:51:28 +02:00
parent 7245b12f86
commit bf7133e92a
6 changed files with 65 additions and 10 deletions

View File

@@ -1 +1 @@
<?php phpinfo();>
<?php phpinfo(); ?>

17
files/userdir.conf.j2 Normal file
View File

@@ -0,0 +1,17 @@
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
<Directory /home/*/public_html>
AllowOverride All
Options MultiViews Indexes SymLinksIfOwnerMatch
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
</IfModule>