From 2627bbfc1174d79db3019df19e4ae2c645465efa Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Tue, 11 Apr 2023 18:48:16 -0500 Subject: [PATCH] increase upload size to 100M --- apps/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/nginx/nginx.conf b/apps/nginx/nginx.conf index 5e076aa..f8fc814 100644 --- a/apps/nginx/nginx.conf +++ b/apps/nginx/nginx.conf @@ -14,6 +14,7 @@ events { http { include /etc/nginx/mime.types; default_type application/octet-stream; + client_max_body_size 100M; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" '