Skip to content

Commit 0b07c4d

Browse files
committed
verification step for http requests changed
1 parent a0ffd88 commit 0b07c4d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -796,16 +796,9 @@ Automate your Self-hosted vSphere datacenter and deploy a fully load-balanced ap
796796
```
797797
798798
**Verify web server and load balancer installation**
799-
800-
```bash
801-
curl <ws01 ipv4 address>:80
802-
curl <ws02 ipv4 address>:80
803-
curl <ws03 ipv4 address>:80
804-
```
805-
806-
```bash
807-
curl <lb01 ipv4 address>:80
808-
```
799+
800+
Make `http` requests to each webserver and the load balancer using `curl`
801+
809802
810803
-----
811804

0 commit comments

Comments
 (0)