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;