aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-12 11:23:42 -0800
committerclarkzjw <[email protected]>2022-12-12 11:23:42 -0800
commitc7dad7de56fa1ea50257220d2b62ad4520dcdeab (patch)
tree33427d98b8922b163c2b7e6b633206cc3f3f633b /jinwei.me
parentcb4a8bf8f4ffa263838d82b24b38845a74a6db60 (diff)
downloadjinwei.me-c7dad7de56fa1ea50257220d2b62ad4520dcdeab.tar.gz
infra: update ttrss ingress rule to use port mapping temporarily
Diffstat (limited to 'jinwei.me')
-rw-r--r--jinwei.me/infra/cloudflare.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinwei.me/infra/cloudflare.tf b/jinwei.me/infra/cloudflare.tf
index ce1add3..c8018d6 100644
--- a/jinwei.me/infra/cloudflare.tf
+++ b/jinwei.me/infra/cloudflare.tf
@@ -60,7 +60,7 @@ resource "cloudflare_tunnel_config" "tunnel_route" {
60 ingress_rule { 60 ingress_rule {
61 hostname = "feed.jinwei.me" 61 hostname = "feed.jinwei.me"
62 path = "/" 62 path = "/"
63 service = "http://ttrss:80" 63 service = "http://127.0.0.1:30080"
64 } 64 }
65 ingress_rule { 65 ingress_rule {
66 service = "http_status:404" 66 service = "http_status:404"
Powered by cgit v1.2.3 (git 2.41.0)