mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
More proxy tweaking for hubs
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -270,6 +270,11 @@
|
||||
destname: bodhi
|
||||
proxyurl: http://localhost:10010
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: hubs.fedoraproject.org
|
||||
destname: hubs
|
||||
proxyurl: http://localhost:10068
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: admin.fedoraproject.org
|
||||
destname: mirrormanager
|
||||
|
||||
@@ -256,6 +256,12 @@
|
||||
server_aliases: [bodhi.stg.fedoraproject.org]
|
||||
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
|
||||
name: flocktofedora.org
|
||||
server_aliases:
|
||||
|
||||
@@ -239,6 +239,10 @@ backend fedocal-backend
|
||||
{% endif %}
|
||||
option httpchk GET /calendar
|
||||
|
||||
frontend hubs-frontend
|
||||
bind 0.0.0.0:10068
|
||||
default_backend hubs-backend
|
||||
|
||||
backend hubs-backend
|
||||
balance hdr(appserver)
|
||||
{% if env != "production" %}
|
||||
|
||||
Reference in New Issue
Block a user