cut over proxies
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
954eac7bb1
commit
b3deefcb6a
2 changed files with 1 additions and 14 deletions
|
@ -142,17 +142,10 @@
|
|||
# Talk directly to the app server, not haproxy
|
||||
proxyurl: http://localhost:10009
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: paste.fedoraproject.org
|
||||
destname: sticky-notes
|
||||
proxyurl: "{{ varnish_url }}"
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: paste.fedoraproject.org
|
||||
destname: modernpaste
|
||||
proxyurl: http://localhost:10055
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: admin.fedoraproject.org
|
||||
|
|
|
@ -457,6 +457,7 @@
|
|||
name: paste.fedoraproject.org
|
||||
server_aliases:
|
||||
- paste.stg.fedoraproject.org
|
||||
- modernpaste.stg.fedoraproject.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
#
|
||||
# Make a website here so we can redirect it to paste.fedoraproject.org
|
||||
|
@ -467,13 +468,6 @@
|
|||
- www.fpaste.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
name: modernpaste.fedoraproject.org
|
||||
server_aliases:
|
||||
- modernpaste.stg.fedoraproject.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: koji.fedoraproject.org
|
||||
sslonly: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue