linux下安装nginx
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1.安装yum-utils
命令:
yum install yum-utils
功能简介:
管理repository及扩展包的工具 (主要是针对repository)
2.增加配置文件
命令:
vim /etc/yum.repos.d/nginx.repo
redhat编辑内容如下
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/rhel/$releasever/$basearch/
gpgcheck=0
enabled=1
centos编辑内容如下
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
$releasever 处根据系统的不同填写不同的值,例如你是redhat7的系统此处就填入7,若为centos6此处便填入6
3.安装nginx
命令:
yum install nginx
4.安装完成,可以使用了
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)