LNMP常用管理命令及安装组件教程
整理lnmp的常用管理命令。 添加虚拟主机:/root/vhost.sh 删除虚拟主机:rm /usr/local/nginx/conf/vhost/域名.conf LNMP状态管理: /root/lnmp {start|stop|reload|restart|kill|status} Nginx状态管理:/etc/init.d/nginx {start|stop|reload|restart}
整理lnmp的常用管理命令。 添加虚拟主机:/root/vhost.sh 删除虚拟主机:rm /usr/local/nginx/conf/vhost/域名.conf LNMP状态管理: /root/lnmp {start|stop|reload|restart|kill|status} Nginx状态管理:/etc/init.d/nginx {start|stop|reload|restart}
LNMP状态管理 启动LNMP命令:/root/lnmp start 停止LNMP命令:/root/lnmp stop 重新载入相关配置文件命令:/root/lnmp reload 重启LNMP命令:/root/lnmp restart