From 44f9c2355c466e5c8cdcbb00d5416a594a6a1c0c Mon Sep 17 00:00:00 2001 From: Javi Corvi Date: Wed, 14 Sep 2022 10:31:38 +0200 Subject: [PATCH] configuration for upload multiple files until 100M --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 7a16180..606f119 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,7 +9,7 @@ http { server { listen 80; server_name localhost; - + client_max_body_size 100M; root /usr/share/nginx/html; index index.html index.htm; include /etc/nginx/mime.types; -- GitLab