nginx配置如下: location /wss { proxy_pass http://127.0.0.1:86; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Real-IP $remote_ad...
同服務(wù)器,部署多套系統(tǒng),Gateway的startPort不同,運(yùn)行過(guò)程中會(huì)導(dǎo)致沖突嗎...