Add faf.stg and retrace.stg proxy sites in staging

This commit is contained in:
Kevin Fenzi 2016-06-06 20:54:04 +00:00
parent 892b7277f1
commit a2d8968112

View file

@ -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"