Caddy auto HTTPS

This commit is contained in:
Daniel García
2019-01-08 21:49:24 +01:00
parent 18b934721a
commit 620d9075c5

View File

@@ -26,6 +26,7 @@ localhost:443 {
# or 'tls self_signed' to generate a self-signed certificate
}
```
Caddy can also automatically enable HTTPS in some circumstances, check the [docs](https://caddyserver.com/docs/automatic-https).
## Nginx (by shauder)
```nginx