mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 06:46:16 +08:00
add options help
This commit is contained in:
parent
a088b8bb2b
commit
60e8440bf7
@ -264,6 +264,7 @@ cat << END
|
|||||||
--with-http_sub_module enable ngx_http_sub_module
|
--with-http_sub_module enable ngx_http_sub_module
|
||||||
--with-http_dav_module enable ngx_http_dav_module
|
--with-http_dav_module enable ngx_http_dav_module
|
||||||
--with-http_flv_module enable ngx_http_flv_module
|
--with-http_flv_module enable ngx_http_flv_module
|
||||||
|
--with-http_stub_status_module enable ngx_http_stub_status_module
|
||||||
|
|
||||||
--without-http_charset_module disable ngx_http_charset_module
|
--without-http_charset_module disable ngx_http_charset_module
|
||||||
--without-http_gzip_module disable ngx_http_gzip_module
|
--without-http_gzip_module disable ngx_http_gzip_module
|
||||||
@ -301,6 +302,8 @@ cat << END
|
|||||||
--with-mail enable IMAP4/POP3/SMTP proxy module
|
--with-mail enable IMAP4/POP3/SMTP proxy module
|
||||||
--with-mail_ssl_module enable ngx_mail_ssl_module
|
--with-mail_ssl_module enable ngx_mail_ssl_module
|
||||||
|
|
||||||
|
--add-module=PATH enable an external module
|
||||||
|
|
||||||
--with-cc=PATH set path to C compiler
|
--with-cc=PATH set path to C compiler
|
||||||
--with-cpp=PATH set path to C preprocessor
|
--with-cpp=PATH set path to C preprocessor
|
||||||
--with-cc-opt=OPTIONS set additional options for C compiler
|
--with-cc-opt=OPTIONS set additional options for C compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user