laravel / homestead

MIT License
3.86k stars 1.45k forks source link

Fix Apache Proxy Websockets #1967

Closed ALameLlama closed 5 months ago

ALameLlama commented 5 months ago

This adds support for web sockets in the Apache proxy.

It defaults to ws://127.0.0.1 and if you only included a port it will be ws://127.0.0.1:$2 otherwise, it check $2 has HTTPS and adds the correct web socket protocol

svpernova09 commented 5 months ago

Thanks!