]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/templates/default/apache.phppgadmin.erb
Fix phppgadmin
[chef.git] / cookbooks / dev / templates / default / apache.phppgadmin.erb
index bf3d0b5c73012fda93b3ae8a54ad98b25bae249f..8f81e9d421dcd1293078b89a81279a527169f00a 100644 (file)
@@ -16,3 +16,7 @@
        ProxyPassMatch ^/(.*\.phpx(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
        ProxyPassMatch ^/(.*\.phpj(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
 </VirtualHost>
+
+<Directory /usr/share/phppgadmin>
+       Require all granted
+</Directory>