nginx: bump version and fix bug

This fix #11610 by increasing max client body size
in nginx conf.
Bump nginx to latest version.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2020-03-20 19:03:18 +01:00
parent d96f1cf10c
commit 0910d61cd4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ http {
default_type application/octet-stream;
sendfile on;
client_max_body_size 17M;
client_max_body_size 128M;
large_client_header_buffers 2 1k;
gzip on;