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";
}

被折叠的 条评论
为什么被折叠?



