alzhyganshal
Results
1
issues of
alzhyganshal
Thanks for your websocket tunnel implementation! I've wanted to run it behind NGINX reverse proxy with TLS. nginx config part: ``` location /ws_proxy/ { proxy_pass http://127.0.0.1:8080; proxy_buffering off; proxy_http_version 1.1;...