try os-master proxy setup
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
5b35f76eab
commit
bbe6c25b6f
5 changed files with 40 additions and 1 deletions
|
@ -608,6 +608,12 @@
|
|||
proxyurl: http://localhost:10062
|
||||
keephost: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: os.fedoraproject.org
|
||||
destname: os
|
||||
proxyurl: http://localhost:10064
|
||||
keephost: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: data-analysis.fedoraproject.org
|
||||
destname: awstats
|
||||
|
|
|
@ -556,6 +556,12 @@
|
|||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
name: os.fedoraproject.org
|
||||
server_aliases: [os.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
name: registry.fedoraproject.org
|
||||
server_aliases: [registry.stg.fedoraproject.org]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue