Skip to content

Commit

Permalink
synchronized the ./configure option list from the official nginx 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jul 26, 2012
1 parent c1d79ab commit e17fa45
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions util/configure
Original file line number Diff line number Diff line change
Expand Up @@ -906,16 +906,18 @@ _EOC_
Options directly inherited from nginx
--sbin-path=PATH set path to the nginx binary file
--conf-path=PATH set path to the nginx.conf file
--error-log-path=PATH set path to the error log
--pid-path=PATH set path to nginx.pid file
--lock-path=PATH set path to nginx.lock file
--user=USER set non-privilege user
for the worker processes
--group=GROUP set non-privilege group
for the worker processes
--sbin-path=PATH set nginx binary pathname
--conf-path=PATH set nginx.conf pathname
--error-log-path=PATH set error log pathname
--pid-path=PATH set nginx.pid pathname
--lock-path=PATH set nginx.lock pathname
--tapset-prefix=PATH set systemtap tapset directory prefix
--stap-nginx-path=PATH set stap-nginx pathname
--user=USER set non-privileged user for
worker processes
--group=GROUP set non-privileged group for
worker processes
--builddir=DIR set the build directory
Expand Down Expand Up @@ -1007,6 +1009,7 @@ Options directly inherited from nginx
--with-pcre force PCRE library usage
--with-pcre=DIR set path to PCRE library sources
--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-opt=OPTIONS set additional options for md5 building
Expand Down

0 comments on commit e17fa45

Please sign in to comment.