mirror of https://github.com/F-Stack/f-stack.git
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:
commit
a6a17f2a57
|
@ -58,7 +58,7 @@
|
||||||
make
|
make
|
||||||
|
|
||||||
# Compile Nginx
|
# Compile Nginx
|
||||||
cd ../app/nginx-1.11.10
|
cd ../app/nginx-1.11.10
|
||||||
./configure --prefix=/usr/local/nginx_fstack --with-ff_module
|
./configure --prefix=/usr/local/nginx_fstack --with-ff_module
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in New Issue