Update reverse_proxy.md (#9070)

Spelling mistake
This commit is contained in:
kaydee123 2023-12-25 01:25:07 +05:30 committed by GitHub
parent 37b82c0d60
commit 7b71c21c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ This section points to your SSL files, the example below shows locations to a de
### Setup reverse proxy settings ### 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; proxy_set_header Upgrade $http_upgrade;