From 1fc17a1377de705b1719476661c74a78eb921f72 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sat, 31 Aug 2019 10:55:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Nginx=E7=BC=96=E8=AF=91=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=AE=89=E8=A3=85.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/installation/Nginx编译方式安装.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/installation/Nginx编译方式安装.md b/notes/installation/Nginx编译方式安装.md index b1033ff..1990df6 100644 --- a/notes/installation/Nginx编译方式安装.md +++ b/notes/installation/Nginx编译方式安装.md @@ -56,7 +56,7 @@ $ ./configure \ --with-pcre=/usr/app/pcre-8.42 \ --with-zlib=/usr/app/zlib-1.2.11 \ --with-http_ssl_module \ # 启用HTTPS支持 ---with-stream \ # 启用TCP和UDP代理功能 +--with-stream \ # 启用TCP和UDP代理功能 --with-mail=dynamic # 启用邮件代理功能 $ make