Skip to content

Commit a19875d

Browse files
committed
add information about shutting down all application instances
1 parent 2da8b25 commit a19875d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/load-balancer-setup/apache/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ ./bin/app.cgi --port=20477 & ./bin/app.cgi --port=20478 &
9696

9797
`&` is required to make sure that both applications are running in parallel.
9898

99-
To stop all servers,
99+
To stop all applications,
100100

101101
```
102102
$ pkill app.cgi

deployment/load-balancer-setup/nginx/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $ ./bin/app.cgi --port=20477 & ./bin/app.cgi --port=20478 &
8989

9090
`&` is required to make sure that both applications are running in parallel.
9191

92-
To stop all servers,
92+
To stop all applications,
9393

9494
```
9595
$ pkill app.cgi

0 commit comments

Comments
 (0)