Merge branch 'master' into v11.2.0

Former-commit-id: 889380e7eb07c54f159095b617460bdd8dea6251
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-07-23 19:36:00 +03:00 committed by GitHub
commit 64cd073d73

View File

@ -26,5 +26,4 @@ func main() {
// start the server (HTTPS) on port 443, this is a blocking func
app.Run(iris.TLS("127.0.0.1:443", "mycert.cert", "mykey.key"))
}