Add a blockerbugs reverseproxy in stg
This commit is contained in:
parent
8a979e8fc3
commit
7ee9b3093f
1 changed files with 9 additions and 0 deletions
|
@ -451,6 +451,7 @@
|
|||
when: env == "staging"
|
||||
|
||||
### QA staging
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: qa.stg.fedoraproject.org
|
||||
destname: qa-stg
|
||||
|
@ -458,6 +459,14 @@
|
|||
proxyurl: http://qa-stg01.qa.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: qa.stg.fedoraproject.org
|
||||
destname: blockerbugs
|
||||
remotepath: /blockerbugs
|
||||
localpath: /blockerbugs
|
||||
proxyurl: "{{ varnish_url }}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: phab.qa.stg.fedoraproject.org
|
||||
destname: qa-stg-phab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue