logger.Warn("The server name provided in the Host header is not configured, or the request was made directly to the media repo. Please specify a Host header and check your reverse proxy configuration. The request is being rejected.")
logger.Warnf("The server name provided ('%s') in the Host header is not configured, or the request was made directly to the media repo. Please specify a Host header and check your reverse proxy configuration. The request is being rejected.",r.Host)
w.WriteHeader(http.StatusBadGateway)
ifb,err:=json.Marshal(_responses.BadGatewayError("Review server logs to continue"));err!=nil{