mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
Alias /phppgadmin "/usr/share/webapps/phppgadmin"
|
|
<Directory "/usr/share/webapps/phppgadmin">
|
|
AllowOverride All
|
|
Options FollowSymlinks
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|