Skip to content

Commit 337843b

Browse files
committed
Fix redirects behind reverse proxy
1 parent a07f739 commit 337843b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ GOOGLE_ANALYTICS=foo
2323

2424
REDIS_HOST=redis
2525
REDIS_PORT=6379
26+
27+
# Required for https redirects to correctly work behind a reverse proxy / load balancer
28+
TRUSTED_PROXIES=127.0.0.1,10.0.0.0/8

0 commit comments

Comments
 (0)