pkgsrc-ng/databases/phppgadmin/files/apache.conf-dist
2013-09-26 17:14:40 +02:00

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>