Fix note about WebSockets

Old v1 feature no longer applies without plugin
(it was never used anyway)
This commit is contained in:
Matthew Holt 2023-03-10 10:11:46 -07:00
parent 5cee52a81c
commit 69074532f8

View file

@ -861,7 +861,7 @@
<div class="feature"> <div class="feature">
<h5>WebSockets</h5> <h5>WebSockets</h5>
<p> <p>
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.
</p> </p>
</div> </div>
<div class="feature"> <div class="feature">