Skip to content

Commit

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

---

(fix up for go-gitea#31003)
  • Loading branch information
HorlogeSkynet authored and GiteaBot committed May 29, 2024
1 parent b615a59 commit b3f7dea
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 b3f7dea

Please sign in to comment.