Revert "chore: recover x-forwarded-proto"

This reverts commit f47906d6ff.
This commit is contained in:
DIYgod 2023-10-22 11:53:24 +08:00
parent f47906d6ff
commit 9b628fff00
No known key found for this signature in database
2 changed files with 4 additions and 12 deletions

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

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