차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
tech:nginx [2021/01/28 00:26] – 이전 판으로 되돌림 (2019/03/08 01:27) V_Ltech:nginx [2023/09/11 21:01] (현재) – [redirect subdomain to port] V_L
줄 275: 줄 275:
     }        }   
 } }
 +</file>
 +
 +====max children====
 +''/etc/php/8.1/fpm/pool.d/www.conf''
 +<file>
 +pm.max_children = 128
 +
 +pm.start_servers = 10
 +
 +pm.min_spare_servers = 4
 +
 +pm.max_spare_servers = 16
 +
 +pm.max_requests = 500
 </file> </file>
 ====성가신 로그 끄기==== ====성가신 로그 끄기====
 +[[var_log]]
  
 <file conf> <file conf>
줄 291: 줄 306:
 접근 로그는 ''nginx.conf''에서 설정하는 것이 편하다. 접근 로그는 ''nginx.conf''에서 설정하는 것이 편하다.
   access_log off;   access_log off;
 +에러 로그도 끌 수 있다. 
 +  error_log off;
 =====아파치 호환성===== =====아파치 호환성=====
  
줄 322: 줄 339:
    * http://helloworld.naver.com/helloworld/192785 모듈개발    * http://helloworld.naver.com/helloworld/192785 모듈개발
    * http://opentutorials.org/module/384/3462 소개, 설치    * http://opentutorials.org/module/384/3462 소개, 설치
- + 
- 누구나 수정할 수 있다. [[http://openwiki.kr/syntax|위키 사용법]] 참고하라.  ^+