Skip to content

Commit

Permalink
Remove duplicate ProxyPreserveHost in Apache httpd doc (#31143)
Browse files Browse the repository at this point in the history
---

(fix up for #31003)
  • Loading branch information
HorlogeSkynet authored May 29, 2024
1 parent 207c0c6 commit c93cbc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/administration/reverse-proxies.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```
Expand Down

0 comments on commit c93cbc9

Please sign in to comment.