Merge pull request #11 from Lihuanghe/master

document mistake:  File:Launch F-Stack on AWS EC2 in one minute ,Section: Compile Nginx
This commit is contained in:
logwang 2017-05-22 16:55:57 +08:00 committed by GitHub
commit a6a17f2a57
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
make
# Compile Nginx
  cd ../app/nginx-1.11.10
cd ../app/nginx-1.11.10
./configure --prefix=/usr/local/nginx_fstack --with-ff_module
make
make install