enabled TLS

This commit is contained in:
2024-08-23 04:38:17 +01:00
parent 0a13327551
commit 5a5985a573
2 changed files with 8 additions and 9 deletions

View File

@@ -97,7 +97,7 @@ func Proxy(c *gin.Context) {
return
}
rUrl := fmt.Sprintf("%v://%v%v", scheme, forwardTo, c.Request.URL)
rUrl := fmt.Sprintf("%v://%v%v", "http", forwardTo, c.Request.URL)
remote, err := url.Parse(rUrl)