From 80abfa811670a44e1ac3fc24958e6eac3acd20aa Mon Sep 17 00:00:00 2001 From: Space Time Date: Mon, 23 Dec 2024 22:17:15 +0800 Subject: [PATCH] =?UTF-8?q?1.1.4=20->=201.1.5=20=E7=AC=AC3=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wins/MainWin.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wins/MainWin.xaml.cs b/Wins/MainWin.xaml.cs index 304450e..5bc8b1c 100644 --- a/Wins/MainWin.xaml.cs +++ b/Wins/MainWin.xaml.cs @@ -677,6 +677,7 @@ public partial class MainWin : Window .AddOrUpdate("events:worker_connections", "65536") .AddOrUpdate("http:proxy_set_header", "Host $http_host") .AddOrUpdate("http:proxy_ssl_server_name", !MainPres.IsFlashing ? "on" : "off") + .AddOrUpdate("http:proxy_buffer_size", "8k") .AddOrUpdate($"http:server[{serverIndex}]:listen", $"{NginxHttpPort} default_server") .AddOrUpdate($"http:server[{serverIndex}]:return", "https://$host$request_uri");