2024-07-27, 04:02 PM
What do you have in the advanced tab for Nginx Proxy Manager? You need to add the header to pass the proxied IP, otherwise Jellyfin will only read the proxy's IP.
https://jellyfin.org/docs/general/networ...xy-manager
https://jellyfin.org/docs/general/networ...xy-manager
Code:
proxy_set_header X-Real-IP $remote_addr;