From e997d7c1526e21e7d074aebf8b4eabb44681386c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 28 Apr 2019 20:35:50 +0200 Subject: [PATCH] Add large_client_header_buffers Nginx config --- CHANGELOG.md | 4 ++++ assets/tpls/etc/nginx/nginx.conf | 1 + 2 files changed, 5 insertions(+) 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;