1.1.4 -> 1.1.5 第12次更新

This commit is contained in:
Space Time 2024-12-29 19:52:54 +08:00
parent 8de6980f59
commit 2c5004f02d

View File

@ -797,7 +797,8 @@ 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:proxy_buffer_size", "16k")
.AddOrUpdate("http:proxy_buffers", "8 8k")
.AddOrUpdate($"http:server[{serverIndex}]:listen", $"{NginxHttpPort} default_server")
.AddOrUpdate($"http:server[{serverIndex}]:return", "https://$host$request_uri");