aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phppgadmin/phppgadmin.apache2.conf
blob: b69e01b22d6998a239377a13f4f0d19c9ca0b70b (plain)
1
2
3
4
5
6
7
Alias /phppgadmin "/usr/share/webapps/phppgadmin"
<Directory "/usr/share/webapps/phppgadmin">
	AllowOverride All
	Options FollowSymlinks
	Order allow,deny
	Allow from all
</Directory>