nginx

WEB/Nginx

[Nginx] 설치 및 conf파일 설정

Nginx Install 1. yum 저장소에 nginx가 없으므로 외부 저장소 추가 /etc/yum.repos.d 경로에 nginx.repo 파일을 아래와 같이 저장 # case centos7 [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 enabled=1 # case linux [nginx] name=nginx repo baseurl=https://nginx.org/packages/rhel/$releasever/$basearch/ gpgcheck=0 enabled=1 yum 설치 & 버전확인 yum install yum install nginx -y version check nginx -v..

Bogass
'nginx' 태그의 글 목록