Fix cloudflare tunnel config (I was missing the default field)
This commit is contained in:
parent
256d7bcb4b
commit
05b021232e
|
@ -20,7 +20,8 @@
|
|||
enable = true;
|
||||
tunnels."347d9ead-a523-4f8b-bca7-3066e31e2952" = {
|
||||
credentialsFile = config.sops.secrets.cloudflare_tunnel_credentials.path;
|
||||
ingress."diptime.moonythm.dev".service = "http://localhost:80";
|
||||
default = "http_status:404";
|
||||
ingress."diptime.moonythm.dev" = "http://localhost:80";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue