mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Add faf.stg and retrace.stg proxy sites in staging
This commit is contained in:
@@ -501,3 +501,15 @@
|
||||
destname: registry
|
||||
proxyurl: http://localhost:10048
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: retrace.stg.fedoraproject.org
|
||||
destname: retrace
|
||||
proxyurl: http://localhost:10049
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: faf.stg.fedoraproject.org
|
||||
destname: faf
|
||||
proxyurl: http://localhost:10050
|
||||
when: env == "staging"
|
||||
|
||||
Reference in New Issue
Block a user