We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ba7d commit 5a3d0c9Copy full SHA for 5a3d0c9
docs/content/administration/reverse-proxies.en-us.md
@@ -22,7 +22,7 @@ menu:
22
1. Set `[server] ROOT_URL = https://git.example.com/` in your `app.ini` file.
23
2. Make the reverse-proxy pass `https://git.example.com/foo` to `http://gitea:3000/foo`.
24
3. Make sure the reverse-proxy not decode the URI, the request `https://git.example.com/a%2Fb` should be passed as `http://gitea:3000/a%2Fb`.
25
-4. Make sure `Host` and `X-Fowarded-Proto` headers are correctly passed to Gitea to make sure Gitea sees the real URL being visited.
+4. Make sure `Host` and `X-Fowarded-Proto` headers are correctly passed to Gitea to make Gitea see the real URL being visited.
26
27
### Use a sub-path
28
0 commit comments