]> git.openstreetmap.org Git - chef.git/commitdiff
Fix phppgadmin
authorTom Hughes <tom@compton.nu>
Mon, 3 Oct 2016 13:51:06 +0000 (14:51 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 3 Oct 2016 13:51:17 +0000 (14:51 +0100)
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>