projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2630e0e
)
Fix phppgadmin
author
Tom Hughes
<tom@compton.nu>
Mon, 3 Oct 2016 13:51:06 +0000
(14:51 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 3 Oct 2016 13:51:17 +0000
(14:51 +0100)
cookbooks/dev/templates/default/apache.phppgadmin.erb
patch
|
blob
|
history
diff --git
a/cookbooks/dev/templates/default/apache.phppgadmin.erb
b/cookbooks/dev/templates/default/apache.phppgadmin.erb
index bf3d0b5c73012fda93b3ae8a54ad98b25bae249f..8f81e9d421dcd1293078b89a81279a527169f00a 100644
(file)
--- a/
cookbooks/dev/templates/default/apache.phppgadmin.erb
+++ b/
cookbooks/dev/templates/default/apache.phppgadmin.erb
@@
-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>