Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


Nginx 설치

Yum 으로 설치

sudo yum install nginx -y

AWS: sudo amazon-linux-extras install nginx1.12

[폐쇠망추천] Binary Install

nginx rpm 파일 다운로드

(예시) centos 7

https://nginx.org/packages/mainline/centos/7/x86_64/RPMS/nginx-1.19.2-1.el7.ngx.x86_64.rpm

FTP로 서버에 파일 전송

Install using yum

sudo yum localinstall /home/ec2-user/ginx-1.19.2-1.el7.ngx.x86_64.rpm -y

  • No labels