summaryrefslogtreecommitdiffstats
path: root/modules/proxyprotocol/util.go
Commit message (Collapse)AuthorAgeFilesLines
* Support Proxy protocol (#12527)zeripath2022-08-211-0/+15
This PR adds functionality to allow Gitea to sit behind an HAProxy and HAProxy protocolled connections directly. Fix #7508 Signed-off-by: Andrew Thornton <art27@cantab.net>