diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8ddd3..c19339d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.50.1-RC3 (2019/04/28) + +* Add `large_client_header_buffers` Nginx config + ## 1.50.1-RC2 (2019/04/21) * Add ipmitool (PR #29) diff --git a/assets/tpls/etc/nginx/nginx.conf b/assets/tpls/etc/nginx/nginx.conf index c01f77d..0a2aebb 100644 --- a/assets/tpls/etc/nginx/nginx.conf +++ b/assets/tpls/etc/nginx/nginx.conf @@ -17,6 +17,7 @@ http { aio threads; sendfile on; + large_client_header_buffers 4 16k; ## Timeouts client_body_timeout 60;