Try setting header_scheme: true for PDC https links.
This commit is contained in:
parent
c3b20a632a
commit
75e3338501
1 changed files with 9 additions and 0 deletions
|
@ -310,6 +310,15 @@
|
||||||
website: pdc.fedoraproject.org
|
website: pdc.fedoraproject.org
|
||||||
destname: pdc
|
destname: pdc
|
||||||
proxyurl: http://localhost:10045
|
proxyurl: http://localhost:10045
|
||||||
|
when: env != 'staging'
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: pdc.fedoraproject.org
|
||||||
|
destname: pdc
|
||||||
|
proxyurl: http://localhost:10045
|
||||||
|
when: env == 'staging'
|
||||||
|
header_scheme: true
|
||||||
|
tags: pdc
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: apps.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue