From 5e65099c3efe7cc5ef56e241ff8ea205c6d196d0 Mon Sep 17 00:00:00 2001 From: KiriKira <32393884+KiriKira@users.noreply.github.com> Date: Wed, 20 Dec 2017 20:33:09 +0800 Subject: [PATCH] remove header setting from "path" --- websocket+Caddy+TLS(use path)/config_client.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/websocket+Caddy+TLS(use path)/config_client.json b/websocket+Caddy+TLS(use path)/config_client.json index 847340f..c7a207e 100755 --- a/websocket+Caddy+TLS(use path)/config_client.json +++ b/websocket+Caddy+TLS(use path)/config_client.json @@ -4,9 +4,6 @@ "network": "ws", "kcpSettings": null, "wsSettings": { - "headers": { - "host": "example.domain" - }, "path": "/test" }, "tcpSettings": null,