오류 알림 nginx: [emerg] 알 수 없 는 지시 어 "gzip static"

1293 단어
1. nginx 프로필 오류 확인 팁 은 다음 과 같 습 니 다.
[root@server nginx]# /applications/nginx/sbin/nginx -t -c /applications/nginx/nginx/nginx.conf
nginx: [emerg] unknown directive "gzip_static" in /applications/nginx/nginx/inc/gzip.conf:4
nginx: configuration file /applications/nginx/nginx/nginx.conf test failed

2. nginx 의 컴 파일 매개 변 수 를 봅 니 다.
[root@server nginx]# /applications/nginx/sbin/nginx -V
nginx version: nginx/1.6.0
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) 
TLS SNI support enabled
configure arguments: --user=www --group=www --add-module=../ngx_cache_purge-1.3/ --prefix=/applications/nginx-1.6.0 --with-http_stub_status_module --with-http_ssl_module --with-http_flv_module

 3. 해결 방식, 재 컴 파일, nginx 설치, 증가 - with - httpgzip_static_모듈 매개 변수
 
[root@server nginx-1.6.0]# ./configure --user=www --group=www --add-module=../ngx_cache_purge-1.3/ --prefix=/applications/nginx-1.6.0 --with-http_stub_status_module --with-http_ssl_module --with-http_flv_module --with-http_gzip_static_module
[root@server nginx-1.6.0]# make && make install

  
 

다음으로 전송:https://www.cnblogs.com/xzlive/p/9145473.html

좋은 웹페이지 즐겨찾기