1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 21:15:56 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-12 08:00:42 +03:00
parent 9ed566b076
commit 22e25c3586
2 changed files with 7 additions and 1 deletions

View File

@@ -361,6 +361,8 @@ Other Improvements:
- Fix `AutoTLS` when used with `iris.TLSNoRedirect` [*](https://github.com/kataras/iris/issues/1577). The `AutoTLS` runner can be customized through the new `iris.AutoTLSNoRedirect` instead, read its go documentation. Example of having both TLS and non-TLS versions of the same application without conflicts with letsencrypt `./well-known` path:
![](https://iris-go.com/images/github/autotls-1.png)
```go
package main