From f78224cbccbe97bf9af82f7696f9a65deca30999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0koda?= Date: Sun, 1 Sep 2024 20:43:09 +0200 Subject: [PATCH] Increase client body size #148 --- gateway/nginx/gateway.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/nginx/gateway.conf b/gateway/nginx/gateway.conf index 3c161e0a..727dddd3 100644 --- a/gateway/nginx/gateway.conf +++ b/gateway/nginx/gateway.conf @@ -8,7 +8,7 @@ server { root /opt/prankweb-frontend; - client_max_body_size 4M; + client_max_body_size 16M; # Monitoring of PDBe access. set $monitor_url monitor;