Nginx nginx_concat_모듈 모듈

1573 단어
6. 첨가: nginxconcat_모듈 모듈
프로필 nginx
concatmodule 은...  타 오 바 오 가 개발 한 nginx 파일 통합 모듈 ,주로  전단 코드 통합 http 요청 수 감소 。응용 환경 에 nginx 가 배치 되 어 있다 면 이 모듈 을 사용 하여 요청 수 를 줄 이 는 것 을 고려 할 수 있 습 니 다.
설치:tar zxvf nginx-1.0.10. tar .gz cd nginx-1.0.10   svn checkout http: //code .taobao.org /svn/nginx_concat_module/trunk/ $NGINX_CONCAT_MODULE            #     . /configure --user=nginx --group=nginx --prefix= /usr/local/nginx/ --with-http_stub_status_module --with-http_ssl_module --with-sha1= /usr/lib --add-module= /usr/src/nginx-1 .0.10 /trunk/   make && make install  
 
설정:
이 모듈 이 필요 한 위치 에서 모듈 열기 예:
  location / { .............                                            concat on;    #                      # concat_max_files 10;    #                                             # concat_unique on;       #                  }
방문 예시
http://192.168.1.X/js/??ssse.js,de.js       base. js, home. js 통합

좋은 웹페이지 즐겨찾기