Releases: luhn/docker-gunicorn-proxy
Releases · luhn/docker-gunicorn-proxy
Version 1.0.0
Version 0.5.3
- Upgrade to nginx 1.22 (stable)
- Add support for SSL password file (#1)
- Add support for
linux/arm64
Version 0.5.2
- Improve gzip configuration.
Version 0.5.1
- Upgrade nginx to 1.19
- Remove version from
Server
header.
Version 0.5.0
- Move from HAProxy to nginx, because HAProxy does not support request buffering.
- Remove concurrency limit.
- Change logging format to JSON object.
- Add
MAX_BODY_SIZE
config.
Version 0.4.0
Gunicorn address and concurrency are now positional arguments. You should run the project like so:
docker run -p 8000:8000 --link gunicorn luhn/gunicorn-proxy gunicorn:8080 3
This version also upgrades HAProxy to 2.1 and adds SSL support.
Version 0.2.2
- Add the
MAX_CONNECTIONS
parameter. - Increase default max connections from 256 to 2000.
Version 0.2.1
Buffer HTTP requests.
Version 0.2.0
Move from nginx to HAProxy.
Version 0.1.0
Initial release.