aports/community/phpmyadmin/phpmyadmin.apache2.conf
Natanael Copa a9b8bfa9d6 community/phpmyadmin: move form main
We don't want maintain this for more than 6 months due to the amount of
security issues.
2016-09-23 14:50:25 +00:00

8 lines
184 B
Plaintext

Alias /phpmyadmin "/usr/share/webapps/phpmyadmin"
<Directory "/usr/share/webapps/phpmyadmin">
AllowOverride All
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>