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

Remove https:// and 443 from Caddyfile (those are the defaults already)

Daniel 2024-05-28 11:45:58 +03:00
parent b7ccb5529d
commit 458fb464ea

@ -16,7 +16,7 @@ docker build -t [YOUR-NAME]/caddycfdns .
Caddyfile (as reverse proxy) Caddyfile (as reverse proxy)
```nginx ```nginx
https://[YOUR-DOMAIN]:443 { [YOUR-DOMAIN] {
tls { tls {
dns cloudflare [API-KEY] dns cloudflare [API-KEY]