mirror of https://gitlab.com/curben/blog
post(cloudflared): custom config location
This commit is contained in:
parent
7c0d28e988
commit
fff583c2b4
|
@ -164,6 +164,8 @@ Restart/reload Caddy for the changed config to take effect.
|
||||||
# cloudflared is not distributed via a free software license
|
# cloudflared is not distributed via a free software license
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
services.argoWeb.enable = true;
|
services.argoWeb.enable = true;
|
||||||
|
# if the config is in another location
|
||||||
|
# services.argoWeb.config = "/etc/caddy/argoWeb.yml";
|
||||||
```
|
```
|
||||||
|
|
||||||
## Create a CNAME record
|
## Create a CNAME record
|
||||||
|
|
Loading…
Reference in New Issue