A project use Laravel Reverb for Websockets at a Enhance server with OLS.
For Apache the integration looks not so difficult:
Proxy WebSocket connections
<Location /app>
ProxyPass ws://0.0.0.0:8080/app
ProxyPassReverse ws://0.0.0.0:8080/app
</Location>
<Location /apps>
ProxyPass http://0.0.0.0:8080/apps
ProxyPassReverse http://0.0.0.0:8080/apps
</Location>
</VirtualHost>
But with OLS/Enhance I get SSL Certificate errors. Have somebody a idea how to get this running?