From 435ec440a01ea12bece2198a88d9b710219e9047 Mon Sep 17 00:00:00 2001 From: Manuel Spuhler Date: Thu, 28 May 2020 14:59:03 +0200 Subject: [PATCH] nginx max upload --- nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 9766545..d29b4af 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,8 @@ http { server_name mip.ebrains.eu; root /usr/share/nginx/html; - index index.html; + index index.html; + client_max_body_size 100M; # Strapi CMS configuration