Fix cloudflare tunnel senqding requests to :443
This commit is contained in:
parent
5079683b64
commit
e0fd5f3ee7
|
@ -16,7 +16,7 @@ in
|
||||||
|
|
||||||
config.satellite.cloudflared.proxy = from: {
|
config.satellite.cloudflared.proxy = from: {
|
||||||
${cfg.tunnel} = {
|
${cfg.tunnel} = {
|
||||||
ingress.${from} = "http://localhost:443";
|
ingress.${from} = "http://localhost:80";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue