From d836fa06cf3193f66265ac6e73aba80c23bf13d1 Mon Sep 17 00:00:00 2001 From: Omar Khawaja Date: Thu, 4 Oct 2018 18:26:51 -0400 Subject: [PATCH] editing lb guide (#4753) --- website/source/guides/load-balancing/fabio.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/load-balancing/fabio.html.md b/website/source/guides/load-balancing/fabio.html.md index 718caca70..949f6dce8 100644 --- a/website/source/guides/load-balancing/fabio.html.md +++ b/website/source/guides/load-balancing/fabio.html.md @@ -215,7 +215,7 @@ nodes), creating listeners, and configuring health checks. Once you are done with this, you should be able to hit the DNS name of your load balancer at port 80 (or whichever port you configured in your listener) and see the home page of -Apache web server. If you configured your listener to also foward traffic to +Apache web server. If you configured your listener to also forward traffic to the web interface at port `9998`, you should be able to access that as well. [![Home Page][lb-homepage]][lb-homepage]