proxies / reverseproxy / mirrors.stg.centos.org: also setup reverseproxy in stg
Since we split up stg and prod so they could have seperate ssl certs, we need to also setup the reverseproxy for staging. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9f4fdacdeb
commit
d09c0703bf
1 changed files with 8 additions and 0 deletions
|
@ -485,6 +485,14 @@
|
|||
destname: mirrormanager-mirrorlist
|
||||
proxyurl: http://localhost:10002
|
||||
tags: mirrors.centos.org
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: mirrors.stg.centos.org
|
||||
destname: mirrormanager-mirrorlist
|
||||
proxyurl: http://localhost:10002
|
||||
tags: mirrors.stg.centos.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: download.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue