Browse Source

Remove duplicate `ProxyPreserveHost` in Apache httpd doc (#31143)

---

(fix up for #31003)
pull/31151/head
Samuel FORESTIER 2 years ago committed by GitHub
parent
commit
c93cbc991e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      docs/content/administration/reverse-proxies.en-us.md

1
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 @@ -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>
```

Loading…
Cancel
Save