Proxy copr api

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-01-22 00:43:49 +00:00
parent d0f8126a9a
commit ff3c5dcdf6
3 changed files with 10 additions and 1 deletions

View file

@ -30,6 +30,13 @@
roles:
- role: httpd/reverseproxy
website: copr.fedoraproject.org
destname: api
localpath: /api
remotepath: /api
proxyurl: https://copr.fedorainfracloud.org
- role: httpd/reverseproxy
website: admin.fedoraproject.org
destname: nagios

View file

@ -258,7 +258,9 @@
- role: httpd/website
name: copr.fedoraproject.org
sslonly: true
ssl: true
# We need sslonly=false because copr-cli hardcoded http
sslonly: false
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website