分类: 2021年

11 篇文章

nginx在CentOS8中配置
启动 启动代码格式:nginx安装目录地址 -c nginx配置文件地址 例如: /usr/sbin/nginx -c /etc/nginx/nginx.conf 停止 nginx的停止有三种方式: 从容停止 1、查看进程号 [root@LinuxServer ~]# ps -ef|grep nginx 2、杀死进程 [root@LinuxServ…