配置 Nginx 反向代理 WebSocket
一般设置代理只需按以下来设置是没有问题的,但是今天我们要操作的websockt server { location / { proxy_pass http://127.0.0.1:10086; proxy_set_header Host $host; proxy_set_header X-Re...
一般设置代理只需按以下来设置是没有问题的,但是今天我们要操作的websockt server { location / { proxy_pass http://127.0.0.1:10086; proxy_set_header Host $host; proxy_set_header X-Re...