proxies: Update config for debuginfod in staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
9c2a3b93d9
commit
5dd4daa201
2 changed files with 18 additions and 0 deletions
|
@ -782,3 +782,13 @@
|
|||
when: env == "staging"
|
||||
tags:
|
||||
- languages
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: debuginfod.fedoraproject.org
|
||||
destname: debuginfod
|
||||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
when: env == "staging"
|
||||
tags: debuginfod
|
||||
|
||||
|
|
|
@ -970,6 +970,14 @@
|
|||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags: mdapi
|
||||
|
||||
- role: httpd/website
|
||||
site_name: debuginfod.fedoraproject.org
|
||||
sslonly: true
|
||||
server_aliases: [debuginfod.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags: debuginfod
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: calendar.fedoraproject.org
|
||||
sslonly: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue