-
Hi, I am running plausible webanalytics on a docker container, behind nginx-proxy-manager as reverse proxy. To get the IP of the clients forwarder to plausible, I need to set So far I have added a custom location '/' and add the header in the custom config. : How do I proceed ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Because when you set up a custom / location, it will auto set these option. `root@nginx-1:/data/ProxyManager/data# vim nginx/proxy_host/43.conf location / { And yours X-Forwarded-For had been coverd. I'm looking for a solution, too. |
Beta Was this translation helpful? Give feedback.
-
@amjkwd What was the specific information needed in the advanced tab? |
Beta Was this translation helpful? Give feedback.
Thanks. My docker container runs on a Synology NAS. It might be that the issue is not linked to Nginx Proxy Manager.
I am now using directly Nginx inside a Docker container and have followed this tip https://www.pedrolamas.com/2020/11/04/exposing-the-client-ips-to-docker-containers-on-synology-nas/ . It works fine now.
It would probably also work fine with Nginx Proxy Manager.