Skip to content

Commit 9ea4fca

Browse files
authored
minor update to lab5 (#19)
1 parent f297beb commit 9ea4fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labs/lab5/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ NGINX Plus is the `Commercial version of NGINX`, adding additional Enterprise fe
171171

172172
You would be using these urls in later sections/exercise. You should verify these are working correctly using curl or browser.
173173
/coffee | /tea
174+
174175
:-------: | :-------:
175176
![coffee-url](media/coffee-url.png) | ![tea-url](media/tea-url.png)
176177

@@ -571,7 +572,7 @@ In this section, you will enable active Healthchecks. Active healthchecks basica
571572
1. Once you have investigated and resolved the issues with `web3` backend server you can start it again using below command.
572573
573574
```bash
574-
docker start $WEB3
575+
docker start web3
575576
```
576577
577578
After 2 successive health checks, NGINX will detect `web3` backend server is healthy again and begin sending active traffic to it. Observe the NGINX Plus dashboard. You can see that the status of `web3` backend server is now green.

0 commit comments

Comments
 (0)