Nginx使用Lua动态更新Upstream

强制转向HTTPS

server {
    ...
    rewrite ^(.*)$ https://$host$1 permanent;
    ...
}

[ 编辑 | 历史 ]
最近由“jilili”在“2019-12-15 07:39:25”修改