mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
reject pma setup after install
This commit is contained in:
parent
24a687a75e
commit
1efe457a22
3 changed files with 18 additions and 0 deletions
|
@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
|
||||||
# SecRuleInheritance Off
|
# SecRuleInheritance Off
|
||||||
# </Directory>
|
# </Directory>
|
||||||
#</IfModule>
|
#</IfModule>
|
||||||
|
|
||||||
|
<Directory /usr/share/phpMyAdmin/setup>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from All
|
||||||
|
Allow from None
|
||||||
|
</Directory>
|
||||||
|
|
|
@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
|
||||||
# SecRuleInheritance Off
|
# SecRuleInheritance Off
|
||||||
# </Directory>
|
# </Directory>
|
||||||
#</IfModule>
|
#</IfModule>
|
||||||
|
|
||||||
|
<Directory /usr/share/phpMyAdmin/setup>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from All
|
||||||
|
Allow from None
|
||||||
|
</Directory>
|
||||||
|
|
|
@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
|
||||||
# SecRuleInheritance Off
|
# SecRuleInheritance Off
|
||||||
# </Directory>
|
# </Directory>
|
||||||
#</IfModule>
|
#</IfModule>
|
||||||
|
|
||||||
|
<Directory /usr/share/phpMyAdmin/setup>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from All
|
||||||
|
Allow from None
|
||||||
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue