lxzan / gws

simple, fast, reliable websocket server & client, supports running over tcp/kcp/unix domain socket. keywords: ws, proxy, chat, go, golang...
https://pkg.go.dev/github.com/lxzan/gws
Apache License 2.0
1.34k stars 84 forks source link

how to proxy via nginx, i need to use SSL #58

Closed hafung closed 10 months ago

hafung commented 10 months ago

as above

thanks

lxzan commented 10 months ago

That's a question you should ask Google, there are many examples of wss configurations.

hafung commented 10 months ago

ok, thanks! I thought there would be some differences...