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:
-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