From 2267e3ea558f03c59f0a8b3e173d0a908edd4053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Ib=C3=A0nyez=20Pe=C3=B1a?= Date: Sat, 24 Apr 2021 04:14:28 +0200 Subject: [PATCH] Removes duplicated entries in nginx.conf --- docker/nginx/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index 06ec5f3..2e1569f 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -19,8 +19,6 @@ http { server_tokens off; log_not_found off; types_hash_max_size 2048; - client_max_body_size 90M; - client_body_timeout 600s; # MIME include mime.types;