attempt to stg cutover to modernpaste
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
98c27f78e8
commit
f26069c9ab
1 changed files with 7 additions and 6 deletions
|
@ -138,6 +138,13 @@
|
||||||
website: paste.fedoraproject.org
|
website: paste.fedoraproject.org
|
||||||
destname: sticky-notes
|
destname: sticky-notes
|
||||||
proxyurl: "{{ varnish_url }}"
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
when: env != "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: paste.fedoraproject.org
|
||||||
|
destname: modernpaste
|
||||||
|
proxyurl: http://localhost:10055
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
|
@ -569,12 +576,6 @@
|
||||||
proxyurl: http://localhost:10052
|
proxyurl: http://localhost:10052
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
|
||||||
website: modernpaste.fedoraproject.org
|
|
||||||
destname: modernpaste
|
|
||||||
proxyurl: http://localhost:10055
|
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: koji.fedoraproject.org
|
website: koji.fedoraproject.org
|
||||||
destname: koji
|
destname: koji
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue