nginx 설치된 모듈 목록 조회

1 개요[ | ]

nginx 모듈 목록 조회
nginx 설치된 모듈 목록 조회
Console
Copy
# 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 참고[ | ]