Skip to content

Releases: Intellection/docker-nginx-proxy

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).

Version 1.19.5-5

24 Feb 14:40
1.19.5-5
245184f
Compare
Choose a tag to compare
  • Add http_x_amzn_trace_id to json logging (for X-Amzn-Trace-Id header).
  • Add http_connection to json logging (for Connection header).
  • Fix "incorrect" spelling of header.

Version 1.19.5-4

10 Feb 14:17
1.19.5-4
2c9b4cb
Compare
Choose a tag to compare
  • Renamed main logging format to main_default.
  • Remove unnecessary double space between $time_local & $status from main_default logging format.
  • Add main_json logging format and configure it on access_log.

Version 1.19.5-3

10 Feb 09:53
1.19.5-3
caa3c62
Compare
Choose a tag to compare
  • Set or forward X-Request-ID.
  • Add computed X-Request-ID to the access logs.