diff --git a/front/nginx.conf b/front/nginx.conf index 84daf2ef2..cf429b153 100644 --- a/front/nginx.conf +++ b/front/nginx.conf @@ -16,6 +16,7 @@ server { listen [::]:80 default_server; server_name _; autoindex off; + client_max_body_size 50M; root /salix/dist; error_page 404 = @notfound;