Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Wiedler <iwiedler@gitlab.com>2020-12-15 15:58:10 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-12-15 17:03:13 +0300
commitc25924954aaf7791e0093c0d9dd3c406c7741906 (patch)
tree8e137ef791f1c0811a73dd23b1530f8fa0acecd1
parent33bb9aab5c679bb78892417fc904ed009758baad (diff)
Fix redirect loop with PROXYv2proxyv2-fix-redirect
-rw-r--r--app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.go b/app.go
index c411470b..ed06893e 100644
--- a/app.go
+++ b/app.go
@@ -373,7 +373,7 @@ func (a *theApp) Run() {
// Listen for HTTPS PROXYv2 requests
for _, fd := range a.ListenHTTPSProxyv2 {
- a.ListenHTTPSProxyv2FD(&wg, fd, proxyHandler, limiter)
+ a.ListenHTTPSProxyv2FD(&wg, fd, httpHandler, limiter)
}
// Serve metrics for Prometheus