From fef6a7ca74968bf5d6ec5ae6c533c6c9c39bacf5 Mon Sep 17 00:00:00 2001 From: Jennifer <44507767+jenniferlee1818@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:12:57 -0700 Subject: [PATCH] Update reverse_proxy.md (#8763) Thhe --- docs/docs/guides/reverse_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/reverse_proxy.md b/docs/docs/guides/reverse_proxy.md index 165b4d517..479df53e8 100644 --- a/docs/docs/guides/reverse_proxy.md +++ b/docs/docs/guides/reverse_proxy.md @@ -125,7 +125,7 @@ This section points to your SSL files, the example below shows locations to a de ### Setup reverse proxy settings -Thhe settings below enabled connection upgrade, sets up logging (optional) and proxies everything from the `/` context to the docker host and port specified earlier in the configuration +The settings below enabled connection upgrade, sets up logging (optional) and proxies everything from the `/` context to the docker host and port specified earlier in the configuration ``` proxy_set_header Upgrade $http_upgrade;