标签: nginx
如果流量是websocket流量,我必须添加
proxy_http_version 1.1; proxy_set_header Upgrade \$http_upgrade; proxy_set_header Connection "upgrade";
到我的位置块以使websocket流量工作。如何使所有数据包转发到proxy_pass和websocket以及常规流量都有效?