因为系统需要websocket通信,但是服务器的nginx版本太低,无法解析websoket请求,需要升级。 升级后nginx主要配置为location / { root html; index index.html index.htm; proxy_pass http://localhost:8809/; proxy_set_header Host $host; proxy_http_version 1.1; #proxy_set_header X-Client-IP $remo