Compare commits

..

1 Commits

Author SHA1 Message Date
Stavros
b91db19d59 feat: add markdown generation to config generator 2026-02-17 15:42:58 +02:00

View File

@@ -94,8 +94,6 @@ 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")
// Get acls
acls, err := controller.acls.GetAccessControls(host)