下载压缩包 并上传
http://nginx.org/en/download.html
安装依赖
yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel
创建⼀一个⽂文件夹,上传本地提供的nginx包
tar -zxvf nginx-1.18.0.tar.gz //执⾏行行命令 ./configure make make install
默认安装路路径
/usr/local/nginx
访问配置
cd /usr/local/nginx/sbin ./nginx
防⽕火墙开放端⼝口,阿⾥里里云⽹网络安全组配置80端⼝口
配置完成。
Welcome to nginx!