How to configure DNS Websocket Proxy
So far I have a webapp site where is secured under the DNS proxy. All good. Till now I have to add websockets. We opted to use Laravel Reverb. So to not expose the server IP, we also want to use the DNS proxy for the Laravel Reverb nginx site record. But then, when I do it, websockets just stop working. If I remove the proxy DNS for the Laravel Reverb record, it works again.
Have you ever faced this issue? How would you fix it?
Have you ever faced this issue? How would you fix it?
