Configure proxies for koschei route
This commit is contained in:
parent
b9de5a45aa
commit
868a8e83d0
2 changed files with 14 additions and 0 deletions
|
@ -293,6 +293,14 @@
|
|||
remotepath: /koschei
|
||||
proxyurl: "{{ varnish_url }}"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: koschei.fedoraproject.org
|
||||
destname: koschei
|
||||
# haproxy entry for os-nodes-frontend
|
||||
proxyurl: http://localhost:10065
|
||||
keephost: true
|
||||
tags: koschei
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: apps.fedoraproject.org
|
||||
destname: mdapi
|
||||
|
|
|
@ -842,6 +842,12 @@
|
|||
server_aliases: [greenwave.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: koschei.fedoraproject.org
|
||||
sslonly: true
|
||||
server_aliases: [koschei.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: waiverdb.fedoraproject.org
|
||||
sslonly: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue