Update Nginx编译方式安装.md

This commit is contained in:
heibaiying 2019-08-31 10:55:45 +08:00 committed by GitHub
parent de300f826b
commit 1fc17a1377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ $ ./configure \
--with-pcre=/usr/app/pcre-8.42 \ --with-pcre=/usr/app/pcre-8.42 \
--with-zlib=/usr/app/zlib-1.2.11 \ --with-zlib=/usr/app/zlib-1.2.11 \
--with-http_ssl_module \ # 启用HTTPS支持 --with-http_ssl_module \ # 启用HTTPS支持
--with-stream \ # 启用TCP和UDP代理功能 --with-stream \ # 启用TCP和UDP代理功能
--with-mail=dynamic # 启用邮件代理功能 --with-mail=dynamic # 启用邮件代理功能
$ make $ make