client/nginx: Remove upload filesize restriction
This commit is contained in:
parent
9edee46dcf
commit
0121b952d1
@ -18,7 +18,7 @@ http {
|
||||
server_tokens off;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
client_max_body_size 100M;
|
||||
client_max_body_size 0;
|
||||
|
||||
upstream backend {
|
||||
server __BACKEND__:6666;
|
||||
|
Loading…
x
Reference in New Issue
Block a user