Skip to content

Commit 5a3d0c9

Browse files
authored
Update docs/content/administration/reverse-proxies.en-us.md
1 parent 7e3ba7d commit 5a3d0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/administration/reverse-proxies.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ menu:
2222
1. Set `[server] ROOT_URL = https://git.example.com/` in your `app.ini` file.
2323
2. Make the reverse-proxy pass `https://git.example.com/foo` to `http://gitea:3000/foo`.
2424
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.
25+
4. Make sure `Host` and `X-Fowarded-Proto` headers are correctly passed to Gitea to make Gitea see the real URL being visited.
2626

2727
### Use a sub-path
2828

0 commit comments

Comments
 (0)