removed --resume flag for caddy

muibusan
2023-08-06 13:03:50 +02:00
parent 33f4006734
commit b68834b6a2

@@ -64,11 +64,9 @@ You should now be able to reach your vaultwarden instance at https://my-vw.duckd
You can stop caddy by [STRG]-[C]. In the future start caddy in the background by running You can stop caddy by [STRG]-[C]. In the future start caddy in the background by running
``` ```
caddy start --envfile caddy.env --resume caddy start --envfile caddy.env
``` ```
The `--resume` parameter makes it load the latest configuration saved saved in `/root/.config/caddy`.
**Important:** If necessary, in some routers (e.g. FritzBox) or DNS resolvers (e.g. unbound) an exception must be set for the domain (e.g., `my-vw.duckdns.org`) due to DNS rebind protection. **Important:** If necessary, in some routers (e.g. FritzBox) or DNS resolvers (e.g. unbound) an exception must be set for the domain (e.g., `my-vw.duckdns.org`) due to DNS rebind protection.
## Cloudflare setup ## Cloudflare setup