see if we can kill the extranious /paste/ in the paste url (stg only)
This commit is contained in:
parent
c93dcd6bd1
commit
0d2c6b46f3
1 changed files with 9 additions and 0 deletions
|
@ -144,7 +144,16 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: paste.fedoraproject.org
|
website: paste.fedoraproject.org
|
||||||
destname: modernpaste
|
destname: modernpaste
|
||||||
|
localpath: /paste
|
||||||
|
remotepath: /paste
|
||||||
proxyurl: "{{ varnish_url }}"
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: paste.fedoraproject.org
|
||||||
|
destname: modernpaste
|
||||||
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
when: env != "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue