mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-27 06:21:36 +01: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>
|