Files
Neil Mosafi cba6c2031c Make gunicorn bind address configurable via REDASH_GUNICORN_BIND (#7647)
* Make gunicorn bind address configurable via REDASH_GUNICORN_BIND

Upstream commit d2a7d87 hardcoded the bind address to [::]:5000 for
IPv6 support, but this breaks on nodes where IPv6 is disabled in the
kernel. Make the bind address configurable via REDASH_GUNICORN_BIND,
defaulting to 0.0.0.0:5000 for IPv4. Users needing IPv6 dual-stack
can set REDASH_GUNICORN_BIND="[::]:5000".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Default REDASH_GUNICORN_BIND to [::]:5000 to preserve upstream behavior

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Tsuneo Yoshioka <yoshiokatsuneo@gmail.com>
2026-03-13 16:41:17 +09:00
..
2014-04-20 09:43:17 +03:00