From 597e271789cbcfcd2f0c12d60545c45c3fac1667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20S=C3=A1nchez?= Date: Thu, 11 Jul 2019 17:15:28 +0200 Subject: [PATCH] revert --- front/nginx.conf | 1 - 1 file changed, 1 deletion(-) 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;