diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-04-01 21:53:07 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-04-01 21:53:18 +0000 |
commit | e011703db245533c38eac4cb9566a1db31c51bb7 (patch) | |
tree | 2c72845e7e3082a8af25c3685d37f07c59526e11 | |
parent | a0f984c962f23abf41de129f7d5f283e32df2b59 (diff) | |
download | ansible-e011703db245533c38eac4cb9566a1db31c51bb7.tar.gz ansible-e011703db245533c38eac4cb9566a1db31c51bb7.tar.xz ansible-e011703db245533c38eac4cb9566a1db31c51bb7.zip |
Fix flapping paste and lists by setting keephost
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | playbooks/include/proxies-reverseproxy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index ac6544033..e5720c9c7 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -70,6 +70,7 @@ localpath: / remotepath: / header_scheme: true + keephost: true proxyurl: "{{ varnish_url }}" - role: httpd/reverseproxy @@ -78,6 +79,7 @@ localpath: / remotepath: / header_scheme: true + keephost: true proxyurl: "{{ varnish_url }}" # The place for the raw originals @@ -150,6 +152,7 @@ - role: httpd/reverseproxy website: paste.fedoraproject.org destname: modernpaste + keephost: true proxyurl: "{{ varnish_url }}" - role: httpd/reverseproxy |