badges: try setting https scheme with proxyprefix in pyrmid conf
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
1e4e2ec012
commit
7fb1689826
1 changed files with 6 additions and 1 deletions
|
@ -2,9 +2,14 @@
|
|||
pipeline =
|
||||
pyramid
|
||||
|
||||
[app:pyramid]
|
||||
[filter:proxy-prefix]
|
||||
use = egg:PasteDeploy#prefix
|
||||
prefix = /
|
||||
scheme = https
|
||||
|
||||
[app:pyramid]
|
||||
use = egg:tahrir
|
||||
filter-with = proxy-prefix
|
||||
|
||||
#pyramid.reload_templates = true
|
||||
pyramid.default_locale_name = en
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue