From b3f7dea783fde33a9da6c53396d113e1446e2d56 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Wed, 29 May 2024 00:35:21 +0000 Subject: [PATCH] Remove duplicate `ProxyPreserveHost` in Apache httpd doc (#31143) --- (fix up for #31003) --- docs/content/administration/reverse-proxies.en-us.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/administration/reverse-proxies.en-us.md b/docs/content/administration/reverse-proxies.en-us.md index 5fbd0eb0b73d3..dff58c10eb712 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} ```