From b91b7e2464599b3dbaf5cb87e46ae66f90f0c887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 29 Nov 2023 14:52:14 +0100 Subject: [PATCH] Remove limit on data in nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d2214e7..aa4ab8d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,7 +3,7 @@ location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__/; proxy_set_header Host $host; proxy_buffering off; - client_max_body_size 200M; + client_max_body_size 0; proxy_set_header X-Real-IP $remote_addr; # Include SSOWAT user panel.