Skip to content

Commit 9c93c62

Browse files
Remove duplicate ProxyPreserveHost in Apache httpd doc (#31143) (#31147)
Backport #31143 by @HorlogeSkynet --- (fix up for #31003) Co-authored-by: Samuel FORESTIER <[email protected]>
1 parent b615a59 commit 9c93c62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ If you want Apache HTTPD to serve your Gitea instance, you can add the following
169169
ProxyRequests off
170170
AllowEncodedSlashes NoDecode
171171
ProxyPass / http://localhost:3000/ nocanon
172-
ProxyPreserveHost On
173172
RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}
174173
</VirtualHost>
175174
```

0 commit comments

Comments
 (0)