diff options
author | Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com> | 2024-05-29 00:35:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 00:35:21 +0000 |
commit | c93cbc991e99a937223844e072a054cf76e815ca (patch) | |
tree | 8115c654f22d5a721b4cc62e0b86d294839b36e4 | |
parent | 207c0c6c928f67a0159783f9d1e31493097fcd70 (diff) | |
download | gitea-c93cbc991e99a937223844e072a054cf76e815ca.tar.gz gitea-c93cbc991e99a937223844e072a054cf76e815ca.zip |
Remove duplicate `ProxyPreserveHost` in Apache httpd doc (#31143)
---
(fix up for #31003)
-rw-r--r-- | docs/content/administration/reverse-proxies.en-us.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/content/administration/reverse-proxies.en-us.md b/docs/content/administration/reverse-proxies.en-us.md index 5fbd0eb0b7..dff58c10eb 100644 --- a/docs/content/administration/reverse-proxies.en-us.md +++ b/docs/content/administration/reverse-proxies.en-us.md @@ -169,7 +169,6 @@ If you want Apache HTTPD to serve your Gitea instance, you can add the following ProxyRequests off AllowEncodedSlashes NoDecode ProxyPass / http://localhost:3000/ nocanon - ProxyPreserveHost On RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME} </VirtualHost> ``` |