From 712c77f10c5301c6e9ed2564c1ffaddc8601a374 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Tue, 16 Dec 2025 20:18:15 -0500 Subject: [PATCH] made some changes for testing (UI) --- web/vue-app/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/web/vue-app/nginx.conf b/web/vue-app/nginx.conf index 546acbb..6a9aee1 100644 --- a/web/vue-app/nginx.conf +++ b/web/vue-app/nginx.conf @@ -5,6 +5,7 @@ http { default_type application/octet-stream; server { + client_max_body_size 2M; listen 443 ssl; server_name _; root /usr/share/nginx/html;