mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
11 lines
229 B
ApacheConf
11 lines
229 B
ApacheConf
# phpMyAdmin default Apache configuration
|
|
|
|
Alias /phpmyadmin "/usr/share/webapps/phpmyadmin"
|
|
|
|
<Directory "/usr/share/webapps/phpmyadmin">
|
|
AllowOverride All
|
|
Options FollowSymlinks
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|