Skip to content

Commit c93cbc9

Browse files
Remove duplicate ProxyPreserveHost in Apache httpd doc (#31143)
--- (fix up for #31003)
1 parent 207c0c6 commit c93cbc9

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)