Skip to content

Commit ff81134

Browse files
committed
lab6 title change
1 parent 9b9373d commit ff81134

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

labs/lab6/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NGINX Plus Logs, Logging and Troubleshooting
1+
# NGINX Plus Logs, Health Checks and API
22

33
## Introduction
44

@@ -252,7 +252,7 @@ In this section, you will enable active Plus Healthchecks. Active healthchecks p
252252
1. NGINX also records health check failures in the `/var/log/nginx/error.log` file which is symlinked to `/dev/stderr` within our docker setup. If you run below command you can see the error.log content.
253253
254254
```bash
255-
docker log $NAME-nginx-plus
255+
docker logs $NAME-nginx-plus
256256
257257
```
258258
@@ -291,7 +291,7 @@ In this section, you will manage your backend servers dynamically using the NGIN
291291
1. Start the `wrk` load generation tool by downloading and running the following docker container.
292292
293293
```bash
294-
docker run --network=lab5_default --rm elswork/wrk -t4 -c200 -d20m -H 'Host: cafe.example.com' --timeout 2s http://$NAME-nginx-plus/coffee
294+
docker run --network=lab5_default --rm elswork/wrk -t4 -c200 -d20m -H 'Host: cafe.example.com' --timeout 2s http://nginx-plus/coffee
295295
296296
```
297297

labs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Choose one of the [Lab 0: Workshop pre-work](#lab-0-workshop-pre-work-choose-any
6969
### Lab 5: NGINX Reverse Proxy and HTTP Load Balancing
7070
- [Lab 5: NGINX Reverse Proxy and HTTP Load Balancing](lab5/readme.md)
7171

72-
### Lab 6: NGINX Plus Logs, Logging and Troubleshooting
73-
- [Lab 6: NGINX Plus Logs, Logging and Troubleshooting](lab6/readme.md)
72+
### Lab 6: NGINX Plus Logs, Health Checks and API
73+
- [Lab 6: NGINX Plus Logs, Health Checks and API](lab6/readme.md)
7474

7575
### Lab 7: Monitoring NGINX Plus with Prometheus and Grafana
7676
- [Lab 7: Monitoring NGINX Plus with Prometheus and Grafana](lab7/readme.md)

0 commit comments

Comments
 (0)