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