-
Hi I have tried figuring out how to log a users real IP in the access logs to no avail. I have tried enabling the Is this somehow doable? Can I access selected headers in the access logs somehow for instance so I could parse this myself? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @carestad 👋🏻 |
Beta Was this translation helpful? Give feedback.
You may check them directly from the PHP, since RR passes all the headers to PHP worker.
You don't have configuration for it: https://docs.roadrunner.dev/docs/http/proxy
You should add
trusted_subnets
configuration to the HTTP plugin.