0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00

Caddy auto HTTPS

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

@ -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