"Nginx"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글
잔글
25번째 줄: 25번째 줄:
 
<span style="color:#0000FF;"><span style="font-size:larger;">'''Nginx 설치'''</span></span>
 
<span style="color:#0000FF;"><span style="font-size:larger;">'''Nginx 설치'''</span></span>
  
{| cellspacing="1" cellpadding="1" style="line-height: 20.7999992370605px; width: 771px;"
+
{| cellspacing="1" cellpadding="1" style="line-height: 20.7999992370605px; width: 100%;"
 
|-
 
|-
 
| style="background-color: rgb(241, 241, 241);" |  
 
| style="background-color: rgb(241, 241, 241);" |  

2014년 9월 18일 (목) 14:19 판

비동기 이벤트 기반의 Web Server인 nginx를 정리 합니다.

nginx 개요

CentOS 6.5에서 설치

Nginx 저장소 생성

vi /etc/yum.repos.d/nginx.repo

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1


Nginx 설치

yum install nginx

mkdir -p /etc/nginx/sites-enabled

service nginx start


ppp

참고 문헌