From d62f79a407ded8b7116e4439bbd2438c652f046d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Tue, 25 Aug 2026 17:07:12 +0800 Subject: [PATCH] =?UTF-8?q?admin-ui=20ng=E8=BD=AC=E5=8F=91=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngnix.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ngnix.conf b/ngnix.conf index a6279eb..12cdddb 100644 --- a/ngnix.conf +++ b/ngnix.conf @@ -159,6 +159,7 @@ server { server { listen 80; server_name observer.redpowerfuture.com; + client_max_body_size 500M; location / { proxy_pass http://__API_HOST__:18080; proxy_http_version 1.1;