From 293c3f419faa2716de58ac5cd1fccf4fb71ab832 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Tue, 28 May 2024 21:18:03 +0000 Subject: [PATCH] Remove duplicate `ProxyPreserveHost` in Apache httpd doc --- 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} ```