We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da8b25 commit a19875dCopy full SHA for a19875d
deployment/load-balancer-setup/apache/index.md
@@ -96,7 +96,7 @@ $ ./bin/app.cgi --port=20477 & ./bin/app.cgi --port=20478 &
96
97
`&` is required to make sure that both applications are running in parallel.
98
99
-To stop all servers,
+To stop all applications,
100
101
```
102
$ pkill app.cgi
deployment/load-balancer-setup/nginx/index.md
@@ -89,7 +89,7 @@ $ ./bin/app.cgi --port=20477 & ./bin/app.cgi --port=20478 &
89
90
91
92
93
94
95
0 commit comments