diff --git a/app.go b/app.go index c411470b92b6253926a13a3cf4fb8ca267677f34..ed06893e4706df80e7657a7913a9069d331cbbcc 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