1. 저장소 설치
rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
2. nginx 설치
yum install nginx
3. 서비스 시작
systemctl start nginx.service
출처) http://taking.kr/blog/archives/1003.html
'Develop' 카테고리의 다른 글
Node.js 배경 (0) | 2016.03.07 |
---|---|
NGINX 설정 (0) | 2016.03.07 |
phpstorm에서 php unit 사용 (0) | 2014.12.31 |
헝가리안 표기법(Hungarian Notation) (0) | 2014.06.27 |
이진 트리_레벨 순회(Level Traversal) (0) | 2014.02.11 |