location /websocket { proxy_pass http://10.10.10.197:8080; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; #proxy_intercept_errors on; }
本文共 304 字,大约阅读时间需要 1 分钟。
location /websocket { proxy_pass http://10.10.10.197:8080; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; #proxy_intercept_errors on; }
转载于:https://my.oschina.net/wangchongya/blog/386594