1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Add large_client_header_buffers Nginx config

This commit is contained in:
CrazyMax 2019-04-28 20:35:50 +02:00
parent d1784efc3e
commit e997d7c152
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -17,6 +17,7 @@ http {
aio threads;
sendfile on;
large_client_header_buffers 4 16k;
## Timeouts
client_body_timeout 60;