aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/nginx.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index d8f0904..0d48dc5 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -1,3 +1,6 @@
+# upload max size
+client_max_body_size 100M;
+
location / {
if ($scheme = http) {
@@ -37,4 +40,4 @@ location /api/v1/streaming {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
tcp_nodelay on;
-} \ No newline at end of file
+}