scheme arg to create the redirect should be 'https' (#2712)
This commit is contained in:
parent
5a0ed75171
commit
08a81c81be
|
@ -29,7 +29,7 @@ def proxy(request, path):
|
||||||
path=path,
|
path=path,
|
||||||
_server=https.config.SERVER_NAME,
|
_server=https.config.SERVER_NAME,
|
||||||
_external=True,
|
_external=True,
|
||||||
_scheme="http",
|
_scheme="https",
|
||||||
)
|
)
|
||||||
return response.redirect(url)
|
return response.redirect(url)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user