make keys.fedoraproject.org use proxies. ticket 5841
This commit is contained in:
parent
4aa73f62ed
commit
6c3fc46eba
2 changed files with 10 additions and 0 deletions
|
@ -622,3 +622,8 @@
|
||||||
localpath: /
|
localpath: /
|
||||||
proxyurl: http://data-analysis01.phx2.fedoraproject.org
|
proxyurl: http://data-analysis01.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: keys.fedoraproject.org
|
||||||
|
destname: keys
|
||||||
|
keephost: true
|
||||||
|
proxyurl: http://keys02
|
||||||
|
|
|
@ -460,6 +460,11 @@
|
||||||
- modernpaste.stg.fedoraproject.org
|
- modernpaste.stg.fedoraproject.org
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
name: keys.fedoraproject.org
|
||||||
|
sslonly: true
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
#
|
#
|
||||||
# Make a website here so we can redirect it to paste.fedoraproject.org
|
# Make a website here so we can redirect it to paste.fedoraproject.org
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue