packages-static: add proxy
This commit is contained in:
parent
fafa47de96
commit
e3484c5f3d
2 changed files with 13 additions and 0 deletions
|
@ -757,3 +757,10 @@
|
||||||
proxyopts: "connectiontimeout=600 timeout=600 keepalive=on"
|
proxyopts: "connectiontimeout=600 timeout=600 keepalive=on"
|
||||||
tags:
|
tags:
|
||||||
- debuginfod
|
- debuginfod
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: packages{{ env_suffix }}.fedoraproject.org
|
||||||
|
destname: fedora-packages-static
|
||||||
|
balancer_name: app-os
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
|
|
|
@ -1055,3 +1055,9 @@
|
||||||
site_name: ols.fedoraproject.org
|
site_name: ols.fedoraproject.org
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
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}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue