diff options
author | Greg Myers <myersg86@gmail.com> | 2022-01-09 04:53:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 19:53:03 +0800 |
commit | 79791ba4ac8ebdfa58f5307de78d526ad6d399d3 (patch) | |
tree | 7acb5705f894fae942e5bf5b5c788f17991ed721 /docs/content/doc/usage/reverse-proxies.en-us.md | |
parent | de578bff8c7b782953689085d223d06d2feaa1d5 (diff) | |
download | gitea-79791ba4ac8ebdfa58f5307de78d526ad6d399d3.tar.gz gitea-79791ba4ac8ebdfa58f5307de78d526ad6d399d3.zip |
Fix typos in docs/content (#18215)
Diffstat (limited to 'docs/content/doc/usage/reverse-proxies.en-us.md')
-rw-r--r-- | docs/content/doc/usage/reverse-proxies.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md index f0c9d79f8f..c782f1ce5c 100644 --- a/docs/content/doc/usage/reverse-proxies.en-us.md +++ b/docs/content/doc/usage/reverse-proxies.en-us.md @@ -312,7 +312,7 @@ backend gitea server localhost:3000 check ``` -If you redirect the http content to https, the configuration work the same way, just remember that the connexion between HAProxy and Gitea will be done via http so you do not have to enable https in Gitea's configuration. +If you redirect the http content to https, the configuration work the same way, just remember that the connection between HAProxy and Gitea will be done via http so you do not have to enable https in Gitea's configuration. ## HAProxy with a sub-path |