From d5f5a59517a18c1cd604f6687ddf72366b0c4207 Mon Sep 17 00:00:00 2001 From: jonny <475634114@qq.com> Date: Sun, 26 Jun 2022 17:40:27 +0800 Subject: [PATCH] Keep caddy2 consistent with nginx example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91bb2e2..33e13a46 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ thinkapi.mrdoc.fun { @websockets { header Connection *Upgrade* header Upgrade websocket - #path /think/wss/* + path /think/wss/* } encode zstd gzip reverse_proxy /api/* localhost:5002