mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-11 20:42:50 +01:00
Remove https:// and 443 from Caddyfile (those are the defaults already)
parent
b7ccb5529d
commit
458fb464ea
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue