Hi,
Could it be possible to configure reverse proxy as a websocket ?
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
I know it could be done by a custom nginx conf in /server-confs but an env variable would be great app.site_REVERSE_PROXY_WS=yes
Thanks for all :)
Hi,
Could it be possible to configure reverse proxy as a websocket ?
I know it could be done by a custom nginx conf in /server-confs but an env variable would be great
app.site_REVERSE_PROXY_WS=yesThanks for all :)