feat(deploy/dev/cm.yaml): add client ip
This commit is contained in:
parent
6a3fe74f8b
commit
40f359d506
|
|
@ -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}
|
||||
}
|
||||
}
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue