move pkgs in stg behind the proxy as well

This commit is contained in:
Kevin Fenzi 2016-12-09 03:33:45 +00:00
parent cf7ebb58d9
commit 4d766c88ef
3 changed files with 24 additions and 2 deletions

View file

@ -564,3 +564,9 @@
destname: koji
proxyurl: http://localhost:10056
when: env == "staging"
- role: httpd/reverseproxy
website: pkgs.stg.fedoraproject.org
destname: pkgs
proxyurl: http://localhost:10057
when: env == "staging"

View file

@ -479,7 +479,15 @@
name: koji.stg.fedoraproject.org
sslonly: true
server_aliases:
- koji.stg.stg.fedoraproject.org
- koji.stg.fedoraproject.org
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
- role: httpd/website
name: pkgs.stg.fedoraproject.org
sslonly: true
server_aliases:
- pkgs.stg.fedoraproject.org
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"