chore: remove setting x-forwarded-proto in Caddyfile

This commit is contained in:
DIYgod 2023-10-21 20:20:23 +08:00
parent 7d8e490684
commit d4d647af84
No known key found for this signature in database
3 changed files with 5 additions and 13 deletions

View File

@ -1,7 +1,7 @@
{
"latest": [
151, 53994, 54570, 54481, 54537, 54302, 53944, 55768, 55855, 56592, 54986,
56875, 56873, 56666, 55996, 57407, 56249, 57858, 56973, 58600
56875, 56873, 56666, 55996, 57407, 56249, 57858, 56973, 58600, 33335
],
"comment": [54986]
}

View File

@ -19,9 +19,7 @@ data:
dns cloudflare {env.CF_API_TOKEN}
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up x-forwarded-proto {scheme}
}
reverse_proxy xlog-internal.crossbell.svc:3000
}
:8080 {
@ -33,9 +31,7 @@ data:
on_demand
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up x-forwarded-proto {scheme}
}
reverse_proxy xlog-internal.crossbell.svc:3000
}
---
apiVersion: v1

View File

@ -19,9 +19,7 @@ data:
dns cloudflare {env.CF_API_TOKEN}
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up x-forwarded-proto http
}
reverse_proxy xlog-internal.crossbell.svc:3000
}
:8080 {
@ -33,9 +31,7 @@ data:
on_demand
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up x-forwarded-proto http
}
reverse_proxy xlog-internal.crossbell.svc:3000
}
---
apiVersion: v1