Skip to content

Commit 4c82156

Browse files
committed
update
1 parent b8a04e0 commit 4c82156

File tree

1 file changed

+131
-131
lines changed

1 file changed

+131
-131
lines changed
Lines changed: 131 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,118 @@
11

2-
--help 打印此消息
3-
4-
--prefix=PATH 设置安装前缀
5-
--sbin-path=PATH 设置nginx二进制路径名
6-
--modules-path=PATH 设置模块的路径
7-
--conf-path=PATH 设置nginx.conf路径名
8-
--error-log-path=PATH 设置错误日志路径
9-
--pid-path=PATH PID 文件路径名
10-
--lock-path=PATH nginx.lock 路径名
11-
12-
--user=USER 为工作进程设置非特权用户
13-
--group=GROUP 为工作进程设置非特权组
14-
15-
--build=NAME 设置构建名称
16-
--builddir=DIR 设置构建目录
17-
18-
--with-select_module 启用 select 模块
19-
--without-select_module 禁用 select 模块
20-
--with-poll_module 启用 poll 模块
21-
--without-poll_module 禁用 poll 模块
22-
23-
--with-threads 启用线程池支持
24-
25-
--with-file-aio 启用文件AIO支持
26-
27-
--without-quic_bpf_module 禁用 ngx_quic_bpf_module
28-
29-
--with-http_ssl_module 启用 ngx_http_ssl_module
30-
--with-http_v2_module 启用 ngx_http_v2_module
31-
--with-http_v3_module 启用 ngx_http_v3_module
32-
--with-http_realip_module 启用 ngx_http_realip_module
33-
--with-http_addition_module 启用 ngx_http_addition_module
34-
--with-http_xslt_module 启用 ngx_http_xslt_module
35-
--with-http_xslt_module=dynamic 启用 动态 ngx_http_xslt_module
36-
--with-http_image_filter_module 启用 ngx_http_image_filter_module
37-
--with-http_image_filter_module=dynamic 启用 动态 ngx_http_image_filter_module
38-
--with-http_geoip_module 启用 ngx_http_geoip_module
39-
--with-http_geoip_module=dynamic 启用 动态 ngx_http_geoip_module
40-
--with-http_sub_module 启用 ngx_http_sub_module
41-
--with-http_dav_module 启用 ngx_http_dav_module
42-
--with-http_flv_module 启用 ngx_http_flv_module
43-
--with-http_mp4_module 启用 ngx_http_mp4_module
44-
--with-http_gunzip_module 启用 ngx_http_gunzip_module
45-
--with-http_gzip_static_module 启用 ngx_http_gzip_static_module
46-
--with-http_auth_request_module 启用 ngx_http_auth_request_module
47-
--with-http_random_index_module 启用 ngx_http_random_index_module
48-
--with-http_secure_link_module 启用 ngx_http_secure_link_module
49-
--with-http_degradation_module 启用 ngx_http_degradation_module
50-
--with-http_slice_module 启用 ngx_http_slice_module
51-
--with-http_stub_status_module 启用 ngx_http_stub_status_module
52-
53-
--without-http_charset_module 禁用 ngx_http_charset_module
54-
--without-http_gzip_module 禁用 ngx_http_gzip_module
55-
--without-http_ssi_module 禁用 ngx_http_ssi_module
56-
--without-http_userid_module 禁用 ngx_http_userid_module
57-
--without-http_access_module 禁用 ngx_http_access_module
58-
--without-http_auth_basic_module 禁用 ngx_http_auth_basic_module
59-
--without-http_mirror_module 禁用 ngx_http_mirror_module
60-
--without-http_autoindex_module 禁用 ngx_http_autoindex_module
61-
--without-http_geo_module 禁用 ngx_http_geo_module
62-
--without-http_map_module 禁用 ngx_http_map_module
63-
--without-http_split_clients_module 禁用 ngx_http_split_clients_module
64-
--without-http_referer_module 禁用 ngx_http_referer_module
65-
--without-http_rewrite_module 禁用 ngx_http_rewrite_module
66-
--without-http_proxy_module 禁用 ngx_http_proxy_module
67-
--without-http_fastcgi_module 禁用 ngx_http_fastcgi_module
68-
--without-http_uwsgi_module 禁用 ngx_http_uwsgi_module
69-
--without-http_scgi_module 禁用 ngx_http_scgi_module
70-
--without-http_grpc_module 禁用 ngx_http_grpc_module
71-
--without-http_memcached_module 禁用 ngx_http_memcached_module
72-
--without-http_limit_conn_module 禁用 ngx_http_limit_conn_module
73-
--without-http_limit_req_module 禁用 ngx_http_limit_req_module
74-
--without-http_empty_gif_module 禁用 ngx_http_empty_gif_module
75-
--without-http_browser_module 禁用 ngx_http_browser_module
2+
--help 打印此消息
3+
4+
--prefix=PATH 设置安装前缀
5+
--sbin-path=PATH 设置nginx二进制路径名
6+
--modules-path=PATH 设置模块的路径
7+
--conf-path=PATH 设置nginx.conf路径名
8+
--error-log-path=PATH 设置错误日志路径
9+
--pid-path=PATH PID 文件路径名
10+
--lock-path=PATH nginx.lock 路径名
11+
12+
--user=USER 为工作进程设置非特权用户
13+
--group=GROUP 为工作进程设置非特权组
14+
15+
--build=NAME 设置构建名称
16+
--builddir=DIR 设置构建目录
17+
18+
--with-select_module 启用 select 模块
19+
--without-select_module 禁用 select 模块
20+
--with-poll_module 启用 poll 模块
21+
--without-poll_module 禁用 poll 模块
22+
23+
--with-threads 启用线程池支持
24+
25+
--with-file-aio 启用文件AIO支持
26+
27+
--without-quic_bpf_module 禁用 ngx_quic_bpf_module
28+
29+
--with-http_ssl_module 启用 ngx_http_ssl_module
30+
--with-http_v2_module 启用 ngx_http_v2_module
31+
--with-http_v3_module 启用 ngx_http_v3_module
32+
--with-http_realip_module 启用 ngx_http_realip_module
33+
--with-http_addition_module 启用 ngx_http_addition_module
34+
--with-http_xslt_module 启用 ngx_http_xslt_module
35+
--with-http_xslt_module=dynamic 启用 动态 ngx_http_xslt_module
36+
--with-http_image_filter_module 启用 ngx_http_image_filter_module
37+
--with-http_image_filter_module=dynamic 启用 动态 ngx_http_image_filter_module
38+
--with-http_geoip_module 启用 ngx_http_geoip_module
39+
--with-http_geoip_module=dynamic 启用 动态 ngx_http_geoip_module
40+
--with-http_sub_module 启用 ngx_http_sub_module
41+
--with-http_dav_module 启用 ngx_http_dav_module
42+
--with-http_flv_module 启用 ngx_http_flv_module
43+
--with-http_mp4_module 启用 ngx_http_mp4_module
44+
--with-http_gunzip_module 启用 ngx_http_gunzip_module
45+
--with-http_gzip_static_module 启用 ngx_http_gzip_static_module
46+
--with-http_auth_request_module 启用 ngx_http_auth_request_module
47+
--with-http_random_index_module 启用 ngx_http_random_index_module
48+
--with-http_secure_link_module 启用 ngx_http_secure_link_module
49+
--with-http_degradation_module 启用 ngx_http_degradation_module
50+
--with-http_slice_module 启用 ngx_http_slice_module
51+
--with-http_stub_status_module 启用 ngx_http_stub_status_module
52+
53+
--without-http_charset_module 禁用 ngx_http_charset_module
54+
--without-http_gzip_module 禁用 ngx_http_gzip_module
55+
--without-http_ssi_module 禁用 ngx_http_ssi_module
56+
--without-http_userid_module 禁用 ngx_http_userid_module
57+
--without-http_access_module 禁用 ngx_http_access_module
58+
--without-http_auth_basic_module 禁用 ngx_http_auth_basic_module
59+
--without-http_mirror_module 禁用 ngx_http_mirror_module
60+
--without-http_autoindex_module 禁用 ngx_http_autoindex_module
61+
--without-http_geo_module 禁用 ngx_http_geo_module
62+
--without-http_map_module 禁用 ngx_http_map_module
63+
--without-http_split_clients_module 禁用 ngx_http_split_clients_module
64+
--without-http_referer_module 禁用 ngx_http_referer_module
65+
--without-http_rewrite_module 禁用 ngx_http_rewrite_module
66+
--without-http_proxy_module 禁用 ngx_http_proxy_module
67+
--without-http_fastcgi_module 禁用 ngx_http_fastcgi_module
68+
--without-http_uwsgi_module 禁用 ngx_http_uwsgi_module
69+
--without-http_scgi_module 禁用 ngx_http_scgi_module
70+
--without-http_grpc_module 禁用 ngx_http_grpc_module
71+
--without-http_memcached_module 禁用 ngx_http_memcached_module
72+
--without-http_limit_conn_module 禁用 ngx_http_limit_conn_module
73+
--without-http_limit_req_module 禁用 ngx_http_limit_req_module
74+
--without-http_empty_gif_module 禁用 ngx_http_empty_gif_module
75+
--without-http_browser_module 禁用 ngx_http_browser_module
7676
--without-http_upstream_hash_module 禁用 ngx_http_upstream_hash_module
7777
--without-http_upstream_ip_hash_module 禁用 ngx_http_upstream_ip_hash_module
7878
--without-http_upstream_least_conn_module 禁用 ngx_http_upstream_least_conn_module
7979
--without-http_upstream_random_module 禁用 ngx_http_upstream_random_module
8080
--without-http_upstream_keepalive_module 禁用 ngx_http_upstream_keepalive_module
8181
--without-http_upstream_zone_module 禁用 ngx_http_upstream_zone_module
8282

83-
--with-http_perl_module 启用 ngx_http_perl_module
84-
--with-http_perl_module=dynamic 启用 动态 ngx_http_perl_module
85-
--with-perl_modules_path=PATH 设置Perl模块的路径
86-
--with-perl=PATH 设置perl二进制路径名
87-
88-
--http-log-path=PATH 设置http访问日志路径名
89-
--http-client-body-temp-path=PATH 设置http客户端请求正文临时文件的存放路径
90-
--http-proxy-temp-path=PATH 设置http代理临时文件的存放路径
91-
--http-fastcgi-temp-path=PATH 设置存放http fastcgi临时文件的路径
92-
--http-uwsgi-temp-path=PATH 设置存放http uwsgi临时文件的路径
93-
--http-scgi-temp-path=PATH 设置存放http scgi临时文件的路径
94-
95-
--without-http 禁用HTTP服务器
96-
--without-http-cache 禁用HTTP缓存
97-
98-
--with-mail 启用POP3/IMAP4/SMTP代理模块
99-
--with-mail=dynamic 启用 动态 POP3/IMAP4/SMTP 代理模块
100-
--with-mail_ssl_module 启用 ngx_mail_ssl_module
101-
--without-mail_pop3_module 禁用 ngx_mail_pop3_module
102-
--without-mail_imap_module 禁用 ngx_mail_imap_module
103-
--without-mail_smtp_module 禁用 ngx_mail_smtp_module
104-
105-
--with-stream 启用 TCP/UDP proxy module
106-
--with-stream=dynamic 启用 动态 TCP/UDP proxy module
107-
--with-stream_ssl_module 启用 ngx_stream_ssl_module
108-
--with-stream_realip_module 启用 ngx_stream_realip_module
109-
--with-stream_geoip_module 启用 ngx_stream_geoip_module
110-
--with-stream_geoip_module=dynamic 启用 动态 ngx_stream_geoip_module
111-
--with-stream_ssl_preread_module 启用 ngx_stream_ssl_preread_module
112-
--without-stream_limit_conn_module 禁用 ngx_stream_limit_conn_module
113-
--without-stream_access_module 禁用 ngx_stream_access_module
114-
--without-stream_geo_module 禁用 ngx_stream_geo_module
115-
--without-stream_map_module 禁用 ngx_stream_map_module
83+
--with-http_perl_module 启用 ngx_http_perl_module
84+
--with-http_perl_module=dynamic 启用 动态 ngx_http_perl_module
85+
--with-perl_modules_path=PATH 设置Perl模块的路径
86+
--with-perl=PATH 设置perl二进制路径名
87+
88+
--http-log-path=PATH 设置http访问日志路径名
89+
--http-client-body-temp-path=PATH 设置http客户端请求正文临时文件的存放路径
90+
--http-proxy-temp-path=PATH 设置http代理临时文件的存放路径
91+
--http-fastcgi-temp-path=PATH 设置存放http fastcgi临时文件的路径
92+
--http-uwsgi-temp-path=PATH 设置存放http uwsgi临时文件的路径
93+
--http-scgi-temp-path=PATH 设置存放http scgi临时文件的路径
94+
95+
--without-http 禁用HTTP服务器
96+
--without-http-cache 禁用HTTP缓存
97+
98+
--with-mail 启用POP3/IMAP4/SMTP代理模块
99+
--with-mail=dynamic 启用 动态 POP3/IMAP4/SMTP 代理模块
100+
--with-mail_ssl_module 启用 ngx_mail_ssl_module
101+
--without-mail_pop3_module 禁用 ngx_mail_pop3_module
102+
--without-mail_imap_module 禁用 ngx_mail_imap_module
103+
--without-mail_smtp_module 禁用 ngx_mail_smtp_module
104+
105+
--with-stream 启用 TCP/UDP proxy module
106+
--with-stream=dynamic 启用 动态 TCP/UDP proxy module
107+
--with-stream_ssl_module 启用 ngx_stream_ssl_module
108+
--with-stream_realip_module 启用 ngx_stream_realip_module
109+
--with-stream_geoip_module 启用 ngx_stream_geoip_module
110+
--with-stream_geoip_module=dynamic 启用 动态 ngx_stream_geoip_module
111+
--with-stream_ssl_preread_module 启用 ngx_stream_ssl_preread_module
112+
--without-stream_limit_conn_module 禁用 ngx_stream_limit_conn_module
113+
--without-stream_access_module 禁用 ngx_stream_access_module
114+
--without-stream_geo_module 禁用 ngx_stream_geo_module
115+
--without-stream_map_module 禁用 ngx_stream_map_module
116116
--without-stream_split_clients_module 禁用 ngx_stream_split_clients_module
117117
--without-stream_return_module 禁用 ngx_stream_return_module
118118
--without-stream_pass_module 禁用 ngx_stream_pass_module
@@ -122,35 +122,35 @@
122122
--without-stream_upstream_random_module 禁用 ngx_stream_upstream_random_module
123123
--without-stream_upstream_zone_module 禁用 ngx_stream_upstream_zone_module
124124

125-
--with-google_perftools_module 启用 ngx_google_perftools_module
126-
--with-cpp_test_module 启用 ngx_cpp_test_module
125+
--with-google_perftools_module 启用 ngx_google_perftools_module
126+
--with-cpp_test_module 启用 ngx_cpp_test_module
127127

128-
--add-module=PATH 启用 external module
129-
--add-dynamic-module=PATH 启用 动态 external module
128+
--add-module=PATH 启用 external module
129+
--add-dynamic-module=PATH 启用 动态 external module
130130

131-
--with-compat 动态模块兼容性
131+
--with-compat 动态模块兼容性
132132

133-
--with-cc=PATH 设置C编译器的路径名(类似 export CC=PATH)
134-
--with-cpp=PATH 设置C预处理器的路径名
135-
--with-cc-opt=OPTIONS 设置额外的C编译器选项
136-
--with-ld-opt=OPTIONS 设置其他链接器选项
137-
--with-cpu-opt=CPU 构建指定的CPU,有效值:pentium, pentiumpro, pentium3, pentium4, athlon, opteron, sparc32, sparc64, ppc64
133+
--with-cc=PATH 设置C编译器的路径名(类似 export CC=PATH)
134+
--with-cpp=PATH 设置C预处理器的路径名
135+
--with-cc-opt=OPTIONS 设置额外的C编译器选项
136+
--with-ld-opt=OPTIONS 设置其他链接器选项
137+
--with-cpu-opt=CPU 构建指定的CPU,有效值:pentium, pentiumpro, pentium3, pentium4, athlon, opteron, sparc32, sparc64, ppc64
138138

139-
--without-pcre 禁用PCRE库的使用
140-
--with-pcre 强制使用PCRE库
141-
--with-pcre=DIR 设置PCRE库源的路径
142-
--with-pcre-opt=OPTIONS 为PCRE设置额外的构建选项
143-
--with-pcre-jit JIT编译支持PCRE
144-
--without-pcre2 不使用PCRE2库
139+
--without-pcre 禁用PCRE库的使用
140+
--with-pcre 强制使用PCRE库
141+
--with-pcre=DIR 设置PCRE库源的路径
142+
--with-pcre-opt=OPTIONS 为PCRE设置额外的构建选项
143+
--with-pcre-jit JIT编译支持PCRE
144+
--without-pcre2 不使用PCRE2库
145145

146-
--with-zlib=DIR 设置zlib库源文件的路径
147-
--with-zlib-opt=OPTIONS 为zlib设置额外的构建选项
148-
--with-zlib-asm=CPU 汇编器使用zlib源码优化指定CPU,有效值:pentium, pentiumpro
146+
--with-zlib=DIR 设置zlib库源文件的路径
147+
--with-zlib-opt=OPTIONS 为zlib设置额外的构建选项
148+
--with-zlib-asm=CPU 汇编器使用zlib源码优化指定CPU,有效值:pentium, pentiumpro
149149

150-
--with-libatomic 强制libatomic操作库使用
151-
--with-libatomic=DIR 设置libatomic操作库源的路径
150+
--with-libatomic 强制libatomic操作库使用
151+
--with-libatomic=DIR 设置libatomic操作库源的路径
152152

153-
--with-openssl=DIR 设置OpenSSL库源代码的路径
154-
--with-openssl-opt=OPTIONS 为OpenSSL设置额外的构建选项
153+
--with-openssl=DIR 设置OpenSSL库源代码的路径
154+
--with-openssl-opt=OPTIONS 为OpenSSL设置额外的构建选项
155155

156-
--with-debug 启用调试日志记录
156+
--with-debug 启用调试日志记录

0 commit comments

Comments
 (0)