diff options
author | Michael Scherer <misc@mageia.org> | 2012-02-10 14:20:07 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-02-10 14:20:07 +0000 |
commit | 53852be2a6b05fa8d6eba551c0283163a2ca085a (patch) | |
tree | b6ed961f57d1ab8be3eadeaa602c710b59852a37 /modules | |
parent | f4215808c446439c9713deaf183c8a4df13fd493 (diff) | |
download | puppet-53852be2a6b05fa8d6eba551c0283163a2ca085a.tar puppet-53852be2a6b05fa8d6eba551c0283163a2ca085a.tar.gz puppet-53852be2a6b05fa8d6eba551c0283163a2ca085a.tar.bz2 puppet-53852be2a6b05fa8d6eba551c0283163a2ca085a.tar.xz puppet-53852be2a6b05fa8d6eba551c0283163a2ca085a.zip |
make sure we no longer need to fizzle with /etc/hosts for reverse proxy
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apache/templates/vhost_reverse_proxy.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/apache/templates/vhost_reverse_proxy.conf b/modules/apache/templates/vhost_reverse_proxy.conf index 63623c84..23dc7545 100644 --- a/modules/apache/templates/vhost_reverse_proxy.conf +++ b/modules/apache/templates/vhost_reverse_proxy.conf @@ -1,4 +1,5 @@ ProxyRequests Off + ProxyPreserveHost On <Proxy *> Order deny,allow |