From 69074532f882a38f2d7053d844a87736d5bbceeb Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 10 Mar 2023 10:11:46 -0700 Subject: [PATCH] Fix note about WebSockets Old v1 feature no longer applies without plugin (it was never used anyway) --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index cd1b99e..563a800 100644 --- a/src/index.html +++ b/src/index.html @@ -861,7 +861,7 @@
WebSockets

- Caddy supports making WebSocket connections directly to local programs' stdin/stdout streams that work a little bit like CGI. + Caddy proxies WebSocket upgrades with ease.