linux-tutorial/codes/linux/soft/nginx
2019-05-16 11:49:19 +08:00
..
install-nginx-by-rpm.sh 变更路径 2019-05-10 11:25:59 +08:00
install-nginx-by-yum.sh 变更路径 2019-05-10 11:25:59 +08:00
README.md 第一次同步提交 github 和 gitee 2019-05-16 11:49:19 +08:00

安装 Nginx

linux 安装 nginx 通用脚本

使用方法:

curl -o- https://gitee.com/turnon/linux-tutorial/raw/master/codes/linux/soft/nginx/install-nginx.sh | bash

脚本会下载解压 nginx 到 /opt/nginx 路径下。

Centos 安装 nginx 脚本

使用方法:

curl -o- https://gitee.com/turnon/linux-tutorial/raw/master/codes/linux/soft/nginx/install-nginx-by-yum.sh | bash