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
|
remotepath: /koschei
|
||||||
proxyurl: "{{ varnish_url }}"
|
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
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: apps.fedoraproject.org
|
||||||
destname: mdapi
|
destname: mdapi
|
||||||
|
|
|
@ -842,6 +842,12 @@
|
||||||
server_aliases: [greenwave.stg.fedoraproject.org]
|
server_aliases: [greenwave.stg.fedoraproject.org]
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
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
|
- role: httpd/website
|
||||||
site_name: waiverdb.fedoraproject.org
|
site_name: waiverdb.fedoraproject.org
|
||||||
sslonly: true
|
sslonly: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue