Skip to content

Commit 993b574

Browse files
committed
Modify nginx-1.16.1 to nginx-1.25.2 in docs.
Remove doc/F-Stack_Binary_Release_Quick_Start.md.
1 parent 5de047f commit 993b574

File tree

6 files changed

+5
-100
lines changed

6 files changed

+5
-100
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
123123

124124
#### Nginx
125125

126-
cd app/nginx-1.16.1
126+
cd app/nginx-1.25.2
127127
bash ./configure --prefix=/usr/local/nginx_fstack --with-ff_module
128128
make
129129
make install

doc/F-Stack_Binary_Release_Quick_Start.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

doc/F-Stack_Build_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ cd /data/f-stack/lib
3939
$ make
4040

4141
# Compile Nginx
42-
$ cd ../app/nginx-1.16.1
42+
$ cd ../app/nginx-1.25.2
4343
$ ./configure --prefix=/usr/local/nginx_fstack --with-ff_module
4444
$ make
4545
$ make install

doc/F-Stack_Nginx_APP_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ F-Stack is an open source network framework based on DPDK. F-Stack supports stan
44

55
## How does Nginx use F-Stack?
66

7-
Nginx APP is in `app/nginx-1.16.1` directory.
7+
Nginx APP is in `app/nginx-1.25.2` directory.
88

99
```
1010

doc/F-Stack_Quick_Start_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The mount point can be made permanent across reboots, by adding the following li
7878
### Compile Nginx
7979

8080
cd ../
81-
cd app/nginx-1.16.1
81+
cd app/nginx-1.25.2
8282
./configure --prefix=/usr/local/nginx_fstack --with-ff_module
8383
make
8484
make install

doc/Launch_F-Stack_on_AWS_EC2_in_one_minute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
make
7676

7777
# Compile Nginx
78-
cd ../app/nginx-1.16.1
78+
cd ../app/nginx-1.25.2
7979
./configure --prefix=/usr/local/nginx_fstack --with-ff_module
8080
make
8181
make install

0 commit comments

Comments
 (0)