nginx
sujrex
网站整体解决方案
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos8下nginx源码编译安装
安装前准备工作创建通用安装目录mkdir -p /home/xyg/install #创建安装脚本通用目录cd /home/xyg/install安装pcre,源码安装的可以看我的相关博文dnf -y install pcre pcre-devel安装zlib,源码安装的可以看我的相关博文dnf -y install zlib zlib-devel安装open...原创 2020-04-22 18:38:25 · 427 阅读 · 1 评论 -
Centos8下nginx开机启动
引用:https://www.nginx.com/resources/wiki/start/topics/examples/redhatnginxinit/?highlight=chkconfig正文vim /etc/init.d/nginx将如下内容粘贴进文件,保存退出#!/bin/sh## nginx - this script starts and stops the ngin...原创 2020-04-22 18:20:30 · 976 阅读 · 1 评论 -
systemctl管理nginx启停
nginx,systemctl,chkconfig,bin,sbin原创 2020-04-22 18:14:14 · 473 阅读 · 1 评论
分享