client/nginx: Remove upload filesize restriction
This commit is contained in:
parent
9edee46dcf
commit
0121b952d1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ http {
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
client_max_body_size 100M;
|
client_max_body_size 0;
|
||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server __BACKEND__:6666;
|
server __BACKEND__:6666;
|
||||||
|
|
Loading…
Reference in a new issue