Skip to content

Commit a805410

Browse files
authored
Update nginx-install.md
1 parent b72ae2f commit a805410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Nginx/nginx-install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#### 从源代码构建NGINX
2020
+ 1、NGINX是用C编写的程序,所以我们需要安装C编译器(GCC)。
2121

22-
sudo apt install build-essential -y
22+
sudo apt install build-essential -y
2323

2424
+ 2、下载最新版本的NGINX源代码并解压缩:
2525

26-
wget https://nginx.org/download/nginx-1.13.1.tar.gz && tar zxvf nginx-1.13.1.tar.gz
26+
wget https://nginx.org/download/nginx-1.13.1.tar.gz && tar zxvf nginx-1.13.1.tar.gz
2727

2828
+ 3、下载NGINX依赖项的源代码并解压缩
2929
> NGINX依赖于3个库:PCRE,zlib和OpenSSL:
@@ -210,4 +210,4 @@ cd to NGINX source directory & run this:
210210

211211
./configure --add-module=/path/to/nginx-rtmp-module
212212
make
213-
make install
213+
make install

0 commit comments

Comments
 (0)