mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-30 22:58:56 +07:00
refactor(cloudflared): point to HTTP port of NGINX instead of HTTPS
It will use Cloudflare's certificate anyway
This commit is contained in:
@ -4,7 +4,5 @@ cloudflared:
|
||||
# It is safe to put a wildcard here
|
||||
# Please see https://homelab.khuedoan.com/reference/faq.html#is-it-safe-to-use-wildcard-in-cloudflare-tunnel-ingress-config
|
||||
- hostname: "*.khuedoan.com"
|
||||
service: https://ingress-nginx-controller.ingress-nginx
|
||||
originRequest:
|
||||
noTLSVerify: true
|
||||
service: http://ingress-nginx-controller.ingress-nginx
|
||||
- service: http_status:404
|
||||
|
Reference in New Issue
Block a user