魔众短链接系统如何强制跳转为 https

魔众短链接系统 / 文档中心
文档中心
开发教程
安装常见问题

Nginx 参考配置

server {
    listen 80;
    server_name www.modstart.com;
    location / {
        rewrite ^/(.*)$ https://www.modstart.com/$1 permanent;
    }
}
QQ
微信
公众号