派生自 webserver
middlewares/auth/auth.go @@ -38,7 +38,7 @@ //} c.Next() } else if strings.Contains(urlPath,"/httpImage") { host := c.Request.RemoteAddr host := c.Request.URL.Host logger.Debug("host:", host) imgUrl := config.Server.ImageUrl