We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f0b9d commit cd47757Copy full SHA for cd47757
bin/django-entrypoint.sh
@@ -14,4 +14,5 @@ exec gunicorn config.wsgi \
14
--max-requests 1000 \
15
--log-config-json logconfig.json \
16
--no-control-socket \
17
- --max-requests-jitter 100
+ --max-requests-jitter 100 \
18
+ --forwarded-allow-ips="*"
0 commit comments