1
Fork 0

Fix cloudflare tunnel senqding requests to :443

This commit is contained in:
prescientmoon 2024-05-10 19:49:17 +02:00
parent 5079683b64
commit e0fd5f3ee7
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -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";
}; };
}; };
} }