feat(deploy/dev/cm.yaml): add client ip

This commit is contained in:
incubator4 2023-11-23 20:18:47 +08:00
parent 6a3fe74f8b
commit 40f359d506
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ data:
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up x-forwarded-proto http
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
}
}
@ -35,6 +37,8 @@ data:
reverse_proxy xlog-internal.crossbell.svc:3000 {
header_up x-forwarded-proto http
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
}
}
---