Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zacblazic committed Mar 2, 2021
1 parent e05d90f commit 753bc21
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,26 @@

## 1.19.5-7

* 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`.
* Reduce `client_body_buffer_size` to `16k` (same as default).
* Set `reset_timedout_connection` to `on`.
* Set `port_in_redirect` to `off`.
* 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).
* Set `Proxy` header to `""` to mitigate httpoxy vulnerability.
* Set `daemon` to `off`.
* Set `multi_accept` to `on`.
* Set `use` to `epoll`.
* Reduce `worker_shutdown_timeout` to `240s`.
* Set `Proxy` header to `""` to mitigate httpoxy vulnerability.
* Disable keep-alive on healthcheck server.
* Enable support for websockets.

## 1.19.5-6

Expand Down

0 comments on commit 753bc21

Please sign in to comment.