fix: explicitely configure SECURE_PROXY_SSL_HEADER

This is needed for granian.
This commit is contained in:
Michal Čihař 2025-08-07 09:54:04 +02:00
parent 3fb289dc45
commit d84e5f7a1f

View file

@ -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