Proxy copr api
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d0f8126a9a
commit
ff3c5dcdf6
3 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue