2016년 2월 13일 토요일

Nginx - 02

Config Setting

Find nginx config

sudo find / -name nginx.conf

Linking Folder

 ln -s /usr/local/nginx /local/nginx

-s : 심볼릭링크를 생성. ( 없으면 하드링크 생성)

Config Description

- worker_process 1 : Process 개수가 한 개. (cf. CPU 코어 개수만큼 할당)

- worker_connections 1024 : Process가 동시 접속 처리가 1024개.

- keepalive_timeout 65 : 클라이언트 접속 유지시간

참고 논문 및 사이트

1. NGINX 환경설정 - https://opentutorials.org/module/384/4526

2. [LINUX] 심볼릭 링크 & 하드 링크 - http://egloos.zum.com/sunnmoon/v/1858692

3. Nginx HTTP Server - 3. 환경설정 - http://ohgyun.com/479

4. Nginx Report v1.1 - http://egloos.zum.com/edendev/v/3257937

댓글 없음:

댓글 쓰기