Website is now prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
449597f9f8
commit
4d1f5311e8
2 changed files with 2 additions and 3 deletions
|
@ -565,6 +565,6 @@
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: koji.stg.fedoraproject.org
|
website: koji.fedoraproject.org
|
||||||
destname: koji
|
destname: koji
|
||||||
proxyurl: http://localhost:10056
|
proxyurl: http://localhost:10056
|
||||||
|
|
|
@ -481,12 +481,11 @@
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: koji.stg.fedoraproject.org
|
name: koji.fedoraproject.org
|
||||||
sslonly: true
|
sslonly: true
|
||||||
server_aliases:
|
server_aliases:
|
||||||
- koji.stg.fedoraproject.org
|
- koji.stg.fedoraproject.org
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: apps.fedoraproject.org
|
name: apps.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue