Skip to content

Commit 58e7659

Browse files
committed
Add trusted proxies to .env to fix issues with redirection from https to http behind a reverse proxy
1 parent 337843b commit 58e7659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ REDIS_HOST=redis
2525
REDIS_PORT=6379
2626

2727
# 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
28+
TRUSTED_PROXIES=127.0.0.1,10.0.0.0/8,172.16.0.0/12

0 commit comments

Comments
 (0)