mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
thanks @rsousacode and @carlos-enginner for your donations ❤️
please check your GitHub notifications, you've been invited to the iris-premium repository
This commit is contained in:
@@ -36,7 +36,7 @@ func main() {
|
||||
return srv
|
||||
}
|
||||
|
||||
app.Run(iris.AutoTLS(":443", "example.com", "mail@example.com",
|
||||
app.Run(iris.AutoTLS(":443", "example.com myip", "mail@example.com",
|
||||
iris.AutoTLSNoRedirect(fallbackServer)))
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user