Skip to content

Commit cd47757

Browse files
committed
fix remote ips
1 parent a6f0b9d commit cd47757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/django-entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ exec gunicorn config.wsgi \
1414
--max-requests 1000 \
1515
--log-config-json logconfig.json \
1616
--no-control-socket \
17-
--max-requests-jitter 100
17+
--max-requests-jitter 100 \
18+
--forwarded-allow-ips="*"

0 commit comments

Comments
 (0)