projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f524f8
)
Enable mod_proxy on web frontends
author
Tom Hughes
<tom@compton.nu>
Fri, 6 May 2016 19:56:39 +0000
(20:56 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 6 May 2016 19:57:00 +0000
(20:57 +0100)
cookbooks/web/recipes/frontend.rb
patch
|
blob
|
history
diff --git
a/cookbooks/web/recipes/frontend.rb
b/cookbooks/web/recipes/frontend.rb
index ab6742b01247f006cbda6cd8027164f27ae5f349..abed491fb7025d49c2e960e39a2e5ffe84212dbb 100644
(file)
--- a/
cookbooks/web/recipes/frontend.rb
+++ b/
cookbooks/web/recipes/frontend.rb
@@
-25,6
+25,7
@@
web_passwords = data_bag_item("web", "passwords")
apache_module "alias"
apache_module "expires"
apache_module "headers"
+apache_module "proxy"
apache_module "proxy_http"
apache_module "proxy_balancer"
apache_module "lbmethod_byrequests"