chore: format

This commit is contained in:
Stavros
2026-02-20 09:33:05 +01:00
committed by GitHub
parent df2dca13e9
commit 2e4b6f2bee

View File

@@ -94,7 +94,7 @@ func (controller *ProxyController) proxyHandler(c *gin.Context) {
proto := c.Request.Header.Get("X-Forwarded-Proto")
host := c.Request.Header.Get("X-Forwarded-Host")
tlog.App.Trace().Str("x-forwarded-proto", proto).Str("x-forwarded-host", host).Str("x-forwarded-uri", uri).Msg("Proxy headers")
tlog.App.Trace().Str("x-forwarded-proto", proto).Str("x-forwarded-host", host).Str("x-forwarded-uri", uri).Msg("Proxy headers")
// Get acls
acls, err := controller.acls.GetAccessControls(host)