test: caddy header_up x-forwarded-proto
This commit is contained in:
parent
f61e983c23
commit
60a5b1a65b
|
|
@ -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
|
||||
}
|
||||
}
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue