summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2019-01-11 20:17:03 -0500
committerShyam Sunder <sgsunder1@gmail.com>2019-04-21 13:03:39 -0400
commit0121b952d1a98cfd9117833f88113ed2cd67ff65 (patch)
tree3d4000a08beaed4685d6f6be4e4710731ae4c3bd /client
parent9edee46dcf2eeec2aefa961ac25ae1cccbaa732d (diff)
client/nginx: Remove upload filesize restriction
Diffstat (limited to 'client')
-rw-r--r--client/nginx.conf.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/nginx.conf.docker b/client/nginx.conf.docker
index 43a2d9f..6d8c9c1 100644
--- a/client/nginx.conf.docker
+++ b/client/nginx.conf.docker
@@ -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;