nginx 설치된 모듈 목록 조회

Jmnote (토론 | 기여)님의 2023년 2월 13일 (월) 00:12 판

1 개요

nginx 모듈 목록 조회
nginx 설치된 모듈 목록 조회
# nginx -V 2>&1 | xargs -n1 | grep module$
--with-http_addition_module
--with-http_auth_request_module
--with-http_dav_module
--with-http_flv_module
--with-http_gunzip_module
--with-http_gzip_static_module
--with-http_mp4_module
--with-http_random_index_module
--with-http_realip_module
--with-http_secure_link_module
--with-http_slice_module
--with-http_ssl_module
--with-http_stub_status_module
--with-http_sub_module
--with-http_v2_module
--with-mail_ssl_module
--with-stream_realip_module
--with-stream_ssl_module
--with-stream_ssl_preread_module

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}