反代配置文件
#PROXY-START/
location /
{
proxy_pass https://10.0.0.8:15555;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
#PROXY-END/
#PROXY-START/
location /
{
proxy_pass https://10.0.0.8:15555;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
#PROXY-END/