如何为魔众客服系统强制增加 www

魔众客服系统 / 文档中心
文档中心
开发教程
安装常见问题

Nginx 参考配置

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