Skip to content

Releases: luhn/docker-gunicorn-proxy

Version 1.0.0

06 Oct 06:18
Compare
Choose a tag to compare
  • Leave logging format to nginx defaults.
  • Add LOG_FORMAT and LOG_FORMAT_ESCAPE config.

Version 0.5.3

28 Feb 04:32
Compare
Choose a tag to compare
  • Upgrade to nginx 1.22 (stable)
  • Add support for SSL password file (#1)
  • Add support for linux/arm64

Version 0.5.2

15 Nov 19:10
Compare
Choose a tag to compare
  • Improve gzip configuration.

Version 0.5.1

16 Nov 19:41
Compare
Choose a tag to compare
  • Upgrade nginx to 1.19
  • Remove version from Server header.

Version 0.5.0

23 Mar 15:52
Compare
Choose a tag to compare
  • 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

02 Jan 19:03
Compare
Choose a tag to compare

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

04 Apr 19:03
Compare
Choose a tag to compare
  • Add the MAX_CONNECTIONS parameter.
  • Increase default max connections from 256 to 2000.

Version 0.2.1

05 Feb 17:00
Compare
Choose a tag to compare

Buffer HTTP requests.

Version 0.2.0

04 Feb 23:11
Compare
Choose a tag to compare

Move from nginx to HAProxy.

Version 0.1.0

04 Feb 21:21
Compare
Choose a tag to compare

Initial release.