Since I'm using aaPanel openlitespeed server, it doesn't support reverse proxy.
I'm using cloudflare tunnel, how do I set up websocket through it to make realtime work with it?
I will really appreciate a detailed guide.
Using the following config:
'websocket' => [
'server-host' => '127.0.0.1',
'server-port' => 6001,
'js-client-host' => 'warezbook.org',
'js-client-port' => null,
'js-client-secure' => true,
'php-client-host' => '127.0.0.1',
'php-client-port' => 6001,
'php-client-secure' => false,
'php-client-timeout' => 3,
'max-connections' => 1000,
],