mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 05:31:44 +08:00
fix: lint
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user