Linux启动、停止宝塔
启动
/etc/init.d/bt start
停止
/etc/init.d/bt stop
halo官方文档:https://docs.halo.run/install/linux
重新加载 systemd
systemctl daemon-reload
运行服务
systemctl start halo
在系统启动时启动服务
systemctl enable halo
您可以查看服务日志检查启动状态
journalctl -n 20 -u halo
宝塔Nginx配置文件目录
新手站长网测试,宝塔面板下安装多域名,需要修改该域名所对应的.conf文件,例如:新手站长网的Nginx配置文件路径为:/www/server/panel/vhost/nginx/xinshouzhanzhang.conf
nginx.conf文件路径:/www/server/nginx/conf/nginx.conf
多域名Nginx配置文件:/www/server/panel/vhost/nginx/你的域名.conf
正在执行的nginx
ps -C nginx -o pid