Skip to content

Releases: Intellection/docker-nginx-proxy

Version 1.27.4

31 Mar 09:45
1.27.4
552cf3b
Compare
Choose a tag to compare
* Update base image to `zappi/nginx:1.27.4`.
* Fix pid file perimssion denied error.

Version 1.27.1-2

28 Mar 14:29
1.27.1-2
18e028b
Compare
Choose a tag to compare
* Upgrade `headers-more-nginx-module` to `v0.38`.

Version 1.27.1-1

28 Mar 13:27
1.27.1-1
dd59693
Compare
Choose a tag to compare
* Allow `X-Original-Forwaded-*` headers to take priority when setting `X-Forwarded-*` headers.

Version 1.27.1

01 Oct 22:58
1.27.1
d217bd3
Compare
Choose a tag to compare
Version 1.27.1

Version 1.25.2-2

13 Oct 16:19
1.25.2-2
dffdcc2
Compare
Choose a tag to compare
  • Add X-Proxy-Backend latency headers.
  • Remove incorrect X-Server-Proxy-Time configuration.

Version 1.25.2-1

13 Oct 14:52
1.25.2-1
3bde705
Compare
Choose a tag to compare
  • Expose $request_time as X-Server-Proxy-Time response header.

Version 1.25.2

03 Oct 09:32
1.25.2
35cd8ab
Compare
Choose a tag to compare
  • Upgrade to Nginx 1.25.2.
  • Upgrade to Alpine 3.18.

Version 1.19.5-8

30 Sep 12:53
1.19.5-8
546d251
Compare
Choose a tag to compare
  • Allow passing through X-Forwarded-Host header if it's set.

Version 1.19.5-7

03 Mar 11:24
ca36161
Compare
Choose a tag to compare
  • Set daemon to off.
  • Set multi_accept to on.
  • Set use to epoll.
  • Set aio to threads.
  • Set aio_write to on.
  • Set tcp_nodelay to on.
  • Set reset_timedout_connection to on.
  • Set port_in_redirect to off.
  • Add http_upgrade and proxy_connection to log format.
  • Remove setting of sendfile (turns it off).
  • Remove setting of client_max_body_size (defaults to 1m).
  • Remove setting of client_body_buffer_size (defaults to 16k).
  • Reduce client_body_timeout to 60s (same as default).
  • Reduce client_header_timeout to 60s (same as default).
  • Reduce keepalive_timeout to 75s (same as default).
  • Reduce proxy_connect_timeout to 5s.
  • Reduce proxy_read_timeout to 60s (same as default).
  • Reduce worker_shutdown_timeout to 240s.
  • Set Proxy header to "" to mitigate httpoxy vulnerability.
  • Disable keep-alive on healthcheck server.
  • Enable support for websockets.

Version 1.19.5-6

24 Feb 14:41
1.19.5-6
b87f59b
Compare
Choose a tag to compare
  • Set client_body_buffer_size to 128k.
  • Set client_header_timeout to 605s.
  • Set client_max_body_size to 500m.
  • Set keepalive_timeout to 605s.
  • Set proxy_connect_timeout to 60s (same as default).
  • Set proxy_send_timeout to 60s (same as default).
  • Set send_timeout to 60s (same as default).