My q2a server is deployed on a different server, receiving requests from an nginx proxy that is on its own server, so the only client IP that q2a sees is the nginx server's IP. This results in view counts not incrementing. The requests that come into q2a could have X-Forwarded-For or X-Real-IP headers, but q2a doesn't use them.
Is there a way to configure this, or places in the code I can start looking to make modifications?
Note: I took a look at this question, but I'm not sure if it applies to my case, since my nginx and q2a servers are on different servers w/ different IPs. Also, assume it's not an option for me to install nginx on the q2a server to do the client IP rewriting,