Fix flapping paste and lists by setting keephost
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a0f984c962
commit
e011703db2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue