synchronized the ./configure option list from the official nginx 1.2.1.

pull/14/head
agentzh (章亦春) 13 years ago
parent c1d79abf0e
commit e17fa45a12

23
util/configure vendored

@ -906,16 +906,18 @@ _EOC_
Options directly inherited from nginx Options directly inherited from nginx
--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
--tapset-prefix=PATH set systemtap tapset directory prefix
--user=USER set non-privilege user --stap-nginx-path=PATH set stap-nginx pathname
for the worker processes
--group=GROUP set non-privilege group --user=USER set non-privileged user for
for the worker processes worker processes
--group=GROUP set non-privileged group for
worker processes
--builddir=DIR set the build directory --builddir=DIR set the build directory
@ -1007,6 +1009,7 @@ Options directly inherited from nginx
--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 options for PCRE building
--with-pcre-jit build PCRE with JIT compilation support
--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 options for md5 building

Loading…
Cancel
Save