赞
踩
location /mqtt {
proxy_redirect off;
proxy_pass http://10.1.2.13:8083;
proxy_set_header Host $host;
proxy_set_header X-Real_IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr:$remote_port;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。