
nginx
文章平均质量分 89
junshangshui
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7.6安装openresty
安装详情在官网http://openresty.org/cn/installation.html 一、预编译包的方式安装 1、安装前的准备 #add the yum repo: wget https://openresty.org/package/centos/openresty.repo sudo mv openresty.repo /etc/yum.repos.d/ #update the yum index: sudo yum check-update 2、下载安装 安装软件包sudo yum i原创 2021-02-25 20:56:34 · 823 阅读 · 0 评论 -
在CentOS7.4下Docker安装nginx
在https://hub.docker.com官网搜索nginx镜像说明文档在https://docs.docker-cn.com官网搜索nginx使用文档手动安装nginx(使用putty工具连接虚拟机的CentOS7.4)首先确保docker服务已启动,如没有,则输入systemctlstart docker启动服务。输入docker pull nginx:1.13下载镜像。输入docker ...原创 2018-03-26 20:38:24 · 2275 阅读 · 1 评论