mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
19 lines
499 B
Text
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>
|