01. repo 생성
vim /etc/yum.repos.d/nginx.repo
-----------------------------------------------------------------------------------
[nginx-stable]
name=nginx stable repo
baseurl= http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
[nginx-mainline]
name=nginx mainline repo
baseurl= http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
-----------------------------------------------------------------------------------
02. Nginx의 repository 정상 등록유무 확인
yum repolist
yum list | grep nginx
03. Nginx 설치
yum install nginx
systemctl start nginx
systemctl enable nginx
728x90
'Study > Linux' 카테고리의 다른 글
[Command] 모니터링 명령어 모음 (0) | 2024.08.05 |
---|---|
[Command] alias 등록하고, 명령어 쉽게 사용하기 (0) | 2024.07.11 |
[NginX] NGINX 소스 컴파일로 설치하기 (0) | 2024.05.27 |
[Script] Shell Script 작성을 위한 기초 문법 (0) | 2024.05.03 |
[Script] 리눅스 사용자 추가 쉽게하자! (0) | 2024.04.30 |
댓글