Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halokid authored Nov 24, 2018
1 parent 30f68eb commit 1f6ad66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lesson-25/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
apt-get install libpcre3 libpcre3-dev openssl zlib1g zlib1g-dev

# 2. 先针对编译安装nginx进行配置检查
# 下载nginx源码包
wget http://nginx.org/download/nginx-1.4.4.tar.gz

# 进行配置检查
./configure --prefix=/usr/local/nginx --with-http_realip_module --with-http_sub_module --with-http_gzip_static_module --with-http_stub_status_module --with-pcre

# ./configue 的作用就是配置我们即将要安装的nginx的一些选项
Expand Down

0 comments on commit 1f6ad66

Please sign in to comment.