2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 05:31:44 +08:00

fix: lint

This commit is contained in:
2026-01-14 00:15:11 +08:00
parent af809f83db
commit b86a83a6a4

View File

@@ -226,7 +226,7 @@ func generateProxyConfig(proxy types.Proxy) string {
}
sb.WriteString(fmt.Sprintf(" proxy_pass %s;\n", proxy.Pass))
sb.WriteString(fmt.Sprintf(" proxy_http_version 2;\n"))
sb.WriteString(" proxy_http_version 2;\n")
// Host 头
if proxy.Host != "" {