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: /
|
localpath: /
|
||||||
remotepath: /
|
remotepath: /
|
||||||
header_scheme: true
|
header_scheme: true
|
||||||
|
keephost: true
|
||||||
proxyurl: "{{ varnish_url }}"
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
@ -78,6 +79,7 @@
|
||||||
localpath: /
|
localpath: /
|
||||||
remotepath: /
|
remotepath: /
|
||||||
header_scheme: true
|
header_scheme: true
|
||||||
|
keephost: true
|
||||||
proxyurl: "{{ varnish_url }}"
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
|
||||||
# The place for the raw originals
|
# The place for the raw originals
|
||||||
|
@ -150,6 +152,7 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: paste.fedoraproject.org
|
website: paste.fedoraproject.org
|
||||||
destname: modernpaste
|
destname: modernpaste
|
||||||
|
keephost: true
|
||||||
proxyurl: "{{ varnish_url }}"
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue