绑定域名
宝塔5.9绑定域名
location /
{
...
proxy_buffering off;
proxy_cache off;
proxy_set_header X-Forwarded-Proto $scheme;
...
}

宝塔6.x以上反向代理略有不同




Last updated
Was this helpful?