宝塔批量绑定域名 上千 怎么快速!界面会卡死! server_name Nginx域名绑定

zblog2个月前zblog问题解答12466

/www/server/panel/vhost/nginx/站点.cn.conf


直接在 第二行修改即可

server

{

    listen 80;

    server_name *.baidu.cn *.sina.cn baidu.cn sina.cn

    index index.php index.html index.htm default.php default.htm default.html;

    root /www/wwwroot/baidu.cn;


空格分隔即可

相关文章

蜘蛛 爬虫 7大蜘蛛

百度    baidu     baiduspiderBing   bing      bingbot谷歌  ...

Storage engine MylSAM is disabled (Table creation is disallowed). mysql8++  MyISAM 或 InnoDB(8默认)数据库

Storage engine MylSAM is disabled (Table creation is disallowed). mysql8++ MyISAM 或 InnoDB(8默认)数据库

Storage engine MylSAM is disabled (Table creation is disallowed). mysql8++  MyISAM 或 InnoDB(8默认...

linux修改密码 ssh端口查看

查看ssh端口 cat /etc/ssh/sshd_config | grep Port 修改密码 passwd...

盗版宝塔如何升级正版

先参考  http://zblog.gongshi5.com/post/65.html root  16 大概率不行宝塔bt命令失效如何修复面板2024-01-05 16...

zblog忘记密码怎么办?Z-BlogPHP密码找回工具 Z-BlogPHP

zblog忘记密码怎么办?Z-BlogPHP密码找回工具 Z-BlogPHP

zblog忘记密码怎么办?不要百度瞎折腾,直接按照官方解决方案干。https://bbs.zblogcn.com/thread-83419.html更新密码成功,退出再登录下,解决 修改后权限是访客,...

查询文章最大ID(无默认0)

# 查询正式文章最小ID (无文章默认为0) $max_id = $zbp->db->Query(    &nbs...