"Access Logs" with reverse proxy -> X-Forwarded-For #628
-
Hi community, I have a paperless-ngx server running which is using granian for the web frontend. So far this is working very well except for the issues that the client IP shows always the one from the reverse proxy. In nginx I've enabled the following headers but with no success:
Are there any configurations for granian to make it use the forwarded-for header? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
As stated in the README:
So, at the time being, the only way would be if paperless team use those wrappers in their codebase. |
Beta Was this translation helpful? Give feedback.
As stated in the README:
So, at the time being, the only way would be if paperless team use those wrappers in their codebase.
I guess you cou…