Skip to content

Commit 6586675

Browse files
committed
lab5 minor update
1 parent 0245c3c commit 6586675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/lab5/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ This will require a new NGINX config file, for the Server and Location Blocks. F
280280
1. Time to Test!!! Go back to Visual Studio Terminal and run below commands to test if your new `proxy_pass` configuration is working as expected. Run this command several times.
281281
282282
```bash
283-
docker exec -it $NAME-nginx-plus curl -s http://cafe.example.com |grep Server
283+
curl -s http://cafe.example.com |grep Server
284284
```
285285
286286
```bash

0 commit comments

Comments
 (0)