mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
<IfModule mod_alias.c>
|
|
Alias /phppgadmin "@PHPPGBASE@"
|
|
</IfModule>
|
|
|
|
<Directory "@PHPPGBASE@">
|
|
Options Indexes
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|