mirror of
https://github.com/nginx/nginx.git
synced 2024-12-26 08:51:03 -06:00
Revamped "configure --help" text.
This commit is contained in:
parent
cfd5148e88
commit
ac0e8cb2d3
75
auto/options
75
auto/options
@ -306,21 +306,21 @@ if [ $help = yes ]; then
|
|||||||
|
|
||||||
cat << END
|
cat << END
|
||||||
|
|
||||||
--help this message
|
--help print this message
|
||||||
|
|
||||||
--prefix=PATH set the installation prefix
|
--prefix=PATH set installation prefix
|
||||||
--sbin-path=PATH set path to the nginx binary file
|
--sbin-path=PATH set nginx binary pathname
|
||||||
--conf-path=PATH set path to the nginx.conf file
|
--conf-path=PATH set nginx.conf pathname
|
||||||
--error-log-path=PATH set path to the error log
|
--error-log-path=PATH set error log pathname
|
||||||
--pid-path=PATH set path to nginx.pid file
|
--pid-path=PATH set nginx.pid pathname
|
||||||
--lock-path=PATH set path to nginx.lock file
|
--lock-path=PATH set nginx.lock pathname
|
||||||
|
|
||||||
--user=USER set non-privilege user
|
--user=USER set non-privileged user for
|
||||||
for the worker processes
|
worker processes
|
||||||
--group=GROUP set non-privilege group
|
--group=GROUP set non-privileged group for
|
||||||
for the worker processes
|
worker processes
|
||||||
|
|
||||||
--builddir=DIR set the build directory
|
--builddir=DIR set build directory
|
||||||
|
|
||||||
--with-rtsig_module enable rtsig module
|
--with-rtsig_module enable rtsig module
|
||||||
--with-select_module enable select module
|
--with-select_module enable select module
|
||||||
@ -328,8 +328,8 @@ cat << END
|
|||||||
--with-poll_module enable poll module
|
--with-poll_module enable poll module
|
||||||
--without-poll_module disable poll module
|
--without-poll_module disable poll module
|
||||||
|
|
||||||
--with-file-aio enable file aio support
|
--with-file-aio enable file AIO support
|
||||||
--with-ipv6 enable ipv6 support
|
--with-ipv6 enable IPv6 support
|
||||||
|
|
||||||
--with-http_ssl_module enable ngx_http_ssl_module
|
--with-http_ssl_module enable ngx_http_ssl_module
|
||||||
--with-http_realip_module enable ngx_http_realip_module
|
--with-http_realip_module enable ngx_http_realip_module
|
||||||
@ -372,17 +372,20 @@ cat << END
|
|||||||
disable ngx_http_upstream_ip_hash_module
|
disable ngx_http_upstream_ip_hash_module
|
||||||
|
|
||||||
--with-http_perl_module enable ngx_http_perl_module
|
--with-http_perl_module enable ngx_http_perl_module
|
||||||
--with-perl_modules_path=PATH set path to the perl modules
|
--with-perl_modules_path=PATH set Perl modules path
|
||||||
--with-perl=PATH set path to the perl binary
|
--with-perl=PATH set perl binary pathname
|
||||||
|
|
||||||
--http-log-path=PATH set path to the http access log
|
--http-log-path=PATH set http access log pathname
|
||||||
--http-client-body-temp-path=PATH set path to the http client request body
|
--http-client-body-temp-path=PATH set path to store
|
||||||
temporary files
|
http client request body temporary files
|
||||||
--http-proxy-temp-path=PATH set path to the http proxy temporary files
|
--http-proxy-temp-path=PATH set path to store
|
||||||
--http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
|
http proxy temporary files
|
||||||
files
|
--http-fastcgi-temp-path=PATH set path to store
|
||||||
--http-uwsgi-temp-path=PATH set path to the http uwsgi temporary files
|
http fastcgi temporary files
|
||||||
--http-scgi-temp-path=PATH set path to the http scgi temporary files
|
--http-uwsgi-temp-path=PATH set path to store
|
||||||
|
http uwsgi temporary files
|
||||||
|
--http-scgi-temp-path=PATH set path to store
|
||||||
|
http scgi temporary files
|
||||||
|
|
||||||
--without-http disable HTTP server
|
--without-http disable HTTP server
|
||||||
--without-http-cache disable HTTP cache
|
--without-http-cache disable HTTP cache
|
||||||
@ -398,40 +401,40 @@ cat << END
|
|||||||
|
|
||||||
--add-module=PATH enable an external module
|
--add-module=PATH enable an external module
|
||||||
|
|
||||||
--with-cc=PATH set path to C compiler
|
--with-cc=PATH set C compiler pathname
|
||||||
--with-cpp=PATH set path to C preprocessor
|
--with-cpp=PATH set C preprocessor pathname
|
||||||
--with-cc-opt=OPTIONS set additional options for C compiler
|
--with-cc-opt=OPTIONS set additional C compiler options
|
||||||
--with-ld-opt=OPTIONS set additional options for linker
|
--with-ld-opt=OPTIONS set additional linker options
|
||||||
--with-cpu-opt=CPU build for specified CPU, the valid values:
|
--with-cpu-opt=CPU build for the specified CPU, valid values:
|
||||||
pentium, pentiumpro, pentium3, pentium4,
|
pentium, pentiumpro, pentium3, pentium4,
|
||||||
athlon, opteron, sparc32, sparc64, ppc64
|
athlon, opteron, sparc32, sparc64, ppc64
|
||||||
|
|
||||||
--without-pcre disable PCRE library usage
|
--without-pcre disable PCRE library usage
|
||||||
--with-pcre force PCRE library usage
|
--with-pcre force PCRE library usage
|
||||||
--with-pcre=DIR set path to PCRE library sources
|
--with-pcre=DIR set path to PCRE library sources
|
||||||
--with-pcre-opt=OPTIONS set additional options for PCRE building
|
--with-pcre-opt=OPTIONS set additional build options for PCRE
|
||||||
|
|
||||||
--with-md5=DIR set path to md5 library sources
|
--with-md5=DIR set path to md5 library sources
|
||||||
--with-md5-opt=OPTIONS set additional options for md5 building
|
--with-md5-opt=OPTIONS set additional build options for md5
|
||||||
--with-md5-asm use md5 assembler sources
|
--with-md5-asm use md5 assembler sources
|
||||||
|
|
||||||
--with-sha1=DIR set path to sha1 library sources
|
--with-sha1=DIR set path to sha1 library sources
|
||||||
--with-sha1-opt=OPTIONS set additional options for sha1 building
|
--with-sha1-opt=OPTIONS set additional build options for sha1
|
||||||
--with-sha1-asm use sha1 assembler sources
|
--with-sha1-asm use sha1 assembler sources
|
||||||
|
|
||||||
--with-zlib=DIR set path to zlib library sources
|
--with-zlib=DIR set path to zlib library sources
|
||||||
--with-zlib-opt=OPTIONS set additional options for zlib building
|
--with-zlib-opt=OPTIONS set additional build options for zlib
|
||||||
--with-zlib-asm=CPU use zlib assembler sources optimized
|
--with-zlib-asm=CPU use zlib assembler sources optimized
|
||||||
for specified CPU, the valid values:
|
for the specified CPU, valid values:
|
||||||
pentium, pentiumpro
|
pentium, pentiumpro
|
||||||
|
|
||||||
--with-libatomic force libatomic_ops library usage
|
--with-libatomic force libatomic_ops library usage
|
||||||
--with-libatomic=DIR set path to libatomic_ops library sources
|
--with-libatomic=DIR set path to libatomic_ops library sources
|
||||||
|
|
||||||
--with-openssl=DIR set path to OpenSSL library sources
|
--with-openssl=DIR set path to OpenSSL library sources
|
||||||
--with-openssl-opt=OPTIONS set additional options for OpenSSL building
|
--with-openssl-opt=OPTIONS set additional build options for OpenSSL
|
||||||
|
|
||||||
--with-debug enable the debugging logging
|
--with-debug enable debug logging
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user