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:
parent
d1784efc3e
commit
e997d7c152
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ http {
|
|||
|
||||
aio threads;
|
||||
sendfile on;
|
||||
large_client_header_buffers 4 16k;
|
||||
|
||||
## Timeouts
|
||||
client_body_timeout 60;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue