cut over proxies

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-02-15 21:32:30 +00:00
parent 954eac7bb1
commit b3deefcb6a
2 changed files with 1 additions and 14 deletions

View file

@ -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

View file

@ -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