Skip to content

Commit b3f7dea

Browse files
HorlogeSkynetGiteaBot
authored andcommitted
Remove duplicate ProxyPreserveHost in Apache httpd doc (go-gitea#31143)
--- (fix up for go-gitea#31003)
1 parent b615a59 commit b3f7dea

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)