More proxy tweaking for hubs
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
211f01e121
commit
5b81d69c5d
3 changed files with 15 additions and 0 deletions
|
@ -270,6 +270,11 @@
|
||||||
destname: bodhi
|
destname: bodhi
|
||||||
proxyurl: http://localhost:10010
|
proxyurl: http://localhost:10010
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: hubs.fedoraproject.org
|
||||||
|
destname: hubs
|
||||||
|
proxyurl: http://localhost:10068
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
destname: mirrormanager
|
destname: mirrormanager
|
||||||
|
|
|
@ -256,6 +256,12 @@
|
||||||
server_aliases: [bodhi.stg.fedoraproject.org]
|
server_aliases: [bodhi.stg.fedoraproject.org]
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
name: hubs.fedoraproject.org
|
||||||
|
sslonly: true
|
||||||
|
server_aliases: [hubs.stg.fedoraproject.org]
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: flocktofedora.org
|
name: flocktofedora.org
|
||||||
server_aliases:
|
server_aliases:
|
||||||
|
|
|
@ -239,6 +239,10 @@ backend fedocal-backend
|
||||||
{% endif %}
|
{% endif %}
|
||||||
option httpchk GET /calendar
|
option httpchk GET /calendar
|
||||||
|
|
||||||
|
frontend hubs-frontend
|
||||||
|
bind 0.0.0.0:10068
|
||||||
|
default_backend hubs-backend
|
||||||
|
|
||||||
backend hubs-backend
|
backend hubs-backend
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
{% if env != "production" %}
|
{% if env != "production" %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue