packages-static: add proxy

This commit is contained in:
Brendan Early 2021-05-20 19:00:48 -05:00 committed by mymindstorm
parent fafa47de96
commit e3484c5f3d
2 changed files with 13 additions and 0 deletions

View file

@ -757,3 +757,10 @@
proxyopts: "connectiontimeout=600 timeout=600 keepalive=on"
tags:
- debuginfod
- role: httpd/reverseproxy
website: packages{{ env_suffix }}.fedoraproject.org
destname: fedora-packages-static
balancer_name: app-os
targettype: openshift
keephost: true

View file

@ -1055,3 +1055,9 @@
site_name: ols.fedoraproject.org
sslonly: true
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
site_name: packages.fedoraproject.org
server_aliases: [packages.stg.fedoraproject.org]
sslonly: true
cert_name: "{{wildcard_cert_name}}"