Releases: Intellection/docker-nginx-proxy
Releases · Intellection/docker-nginx-proxy
Version 1.27.1
Version 1.27.1
Version 1.25.2-2
- Add
X-Proxy-Backend
latency headers. - Remove incorrect
X-Server-Proxy-Time
configuration.
Version 1.25.2-1
- Expose
$request_time
asX-Server-Proxy-Time
response header.
Version 1.25.2
- Upgrade to Nginx 1.25.2.
- Upgrade to Alpine 3.18.
Version 1.19.5-8
- Allow passing through
X-Forwarded-Host
header if it's set.
Version 1.19.5-7
- Set
daemon
tooff
. - Set
multi_accept
toon
. - Set
use
toepoll
. - Set
aio
tothreads
. - Set
aio_write
toon
. - Set
tcp_nodelay
toon
. - Set
reset_timedout_connection
toon
. - Set
port_in_redirect
tooff
. - Add
http_upgrade
andproxy_connection
to log format. - Remove setting of
sendfile
(turns it off). - Remove setting of
client_max_body_size
(defaults to1m
). - Remove setting of
client_body_buffer_size
(defaults to16k
). - Reduce
client_body_timeout
to60s
(same as default). - Reduce
client_header_timeout
to60s
(same as default). - Reduce
keepalive_timeout
to75s
(same as default). - Reduce
proxy_connect_timeout
to5s
. - Reduce
proxy_read_timeout
to60s
(same as default). - Reduce
worker_shutdown_timeout
to240s
. - Set
Proxy
header to""
to mitigate httpoxy vulnerability. - Disable keep-alive on healthcheck server.
- Enable support for websockets.
Version 1.19.5-6
- Set
client_body_buffer_size
to128k
. - Set
client_header_timeout
to605s
. - Set
client_max_body_size
to500m
. - Set
keepalive_timeout
to605s
. - Set
proxy_connect_timeout
to60s
(same as default). - Set
proxy_send_timeout
to60s
(same as default). - Set
send_timeout
to60s
(same as default).
Version 1.19.5-5
- Add
http_x_amzn_trace_id
to json logging (forX-Amzn-Trace-Id
header). - Add
http_connection
to json logging (forConnection
header). - Fix "incorrect" spelling of header.
Version 1.19.5-4
- Renamed
main
logging format tomain_default
. - Remove unnecessary double space between
$time_local
&$status
frommain_default
logging format. - Add
main_json
logging format and configure it onaccess_log
.
Version 1.19.5-3
- Set or forward
X-Request-ID
. - Add computed
X-Request-ID
to the access logs.