From 89c2d4fba3faeeeef203a480565bdc18ac57bada Mon Sep 17 00:00:00 2001 From: Simon Cloutier Date: Thu, 24 Apr 2025 18:58:47 -0400 Subject: [PATCH] increased upload size for restore to 100mb --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 3a61666..20ad85d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -4,7 +4,7 @@ http { server { listen 80; server_name localhost; - + client_max_body_size 100M; location / { proxy_pass http://app:8080; proxy_set_header Host $host;