mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
fix: explicitely configure SECURE_PROXY_SSL_HEADER
This is needed for granian.
This commit is contained in:
parent
3fb289dc45
commit
d84e5f7a1f
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ WEBLATE_LEGAL_INTEGRATION=wllegal
|
|||
# SSL
|
||||
WEBLATE_ENABLE_HTTPS=1
|
||||
WEBLATE_IP_PROXY_HEADER=HTTP_X_FORWARDED_FOR
|
||||
WEBLATE_SECURE_PROXY_SSL_HEADER=HTTP_X_FORWARDED_PROTO,https
|
||||
EOT
|
||||
|
||||
# Fix permissions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue