1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/phpmyadmin/phpmyadmin.apache2.conf
2018-08-10 19:48:28 +03:00

19 lines
499 B
Text

Alias /phpmyadmin "/usr/share/webapps/phpmyadmin"
<Directory "/usr/share/webapps/phpmyadmin">
AddDefaultCharset UTF-8
AllowOverride All
Options FollowSymlinks
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</Directory>
<Directory "/usr/share/webapps/phpmyadmin/libraries">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</Directory>
<Directory "/usr/share/webapps/phpmyadmin/templates">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</Directory>