mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 19:42:39 +08:00
Configure: fixed --without_http.
Instead of turning off some randomly selected http modules when --without-http is specified, just don't process the whole http modules section.
This commit is contained in:
parent
99e20ba5f9
commit
435670165a
1649
auto/modules
1649
auto/modules
File diff suppressed because it is too large
Load Diff
13
auto/options
13
auto/options
@ -574,19 +574,6 @@ END
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ $HTTP = NO ]; then
|
|
||||||
HTTP_CHARSET=NO
|
|
||||||
HTTP_GZIP=NO
|
|
||||||
HTTP_SSI=NO
|
|
||||||
HTTP_USERID=NO
|
|
||||||
HTTP_ACCESS=NO
|
|
||||||
HTTP_STATUS=NO
|
|
||||||
HTTP_REWRITE=NO
|
|
||||||
HTTP_PROXY=NO
|
|
||||||
HTTP_FASTCGI=NO
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
if [ ".$NGX_PLATFORM" = ".win32" ]; then
|
if [ ".$NGX_PLATFORM" = ".win32" ]; then
|
||||||
NGX_WINE=$WINE
|
NGX_WINE=$WINE
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user