test: caddy header_up x-forwarded-proto

This commit is contained in:
DIYgod 2023-08-22 19:06:04 +01:00
parent f61e983c23
commit 60a5b1a65b
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ data:
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up Host {host}
header_up x-forwarded-proto http
}
}
@ -34,7 +34,7 @@ data:
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up Host {host}
header_up x-forwarded-proto http
}
}
---

View File

@ -20,7 +20,7 @@ data:
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up Host {host}
header_up x-forwarded-proto http
}
}
@ -34,7 +34,7 @@ data:
}
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up Host {host}
header_up x-forwarded-proto http
}
}
---