changing blockerbugs stg to be apps.stg.fedoraproject.org
This commit is contained in:
parent
db38719323
commit
3356c3ad48
1 changed files with 9 additions and 0 deletions
|
@ -216,6 +216,15 @@
|
||||||
remotepath: /blockerbugs
|
remotepath: /blockerbugs
|
||||||
localpath: /blockerbugs
|
localpath: /blockerbugs
|
||||||
proxyurl: "{{ varnish_url }}"
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
when: env != 'staging'
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: apps.fedoraproject.org
|
||||||
|
destname: blockerbugs
|
||||||
|
remotepath: /blockerbugs
|
||||||
|
localpath: /blockerbugs
|
||||||
|
proxyurl: "{{ varnish_url }}"
|
||||||
|
when: env == 'staging'
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: fedoraproject.org
|
website: fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue