diff options
Diffstat (limited to 'testing/phppgadmin/phppgadmin.apache2.conf')
-rw-r--r-- | testing/phppgadmin/phppgadmin.apache2.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/phppgadmin/phppgadmin.apache2.conf b/testing/phppgadmin/phppgadmin.apache2.conf new file mode 100644 index 000000000..b69e01b22 --- /dev/null +++ b/testing/phppgadmin/phppgadmin.apache2.conf @@ -0,0 +1,7 @@ +Alias /phppgadmin "/usr/share/webapps/phppgadmin" +<Directory "/usr/share/webapps/phppgadmin"> + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all +</Directory> |