2024-05-28, 01:14 PM
(This post was last modified: 2024-05-28, 01:16 PM by AverageStewie.)
(2024-05-28, 12:31 PM)bitmap Wrote: I use vanilla nginx, so my config is a bit different, but if you read the note on the last screenshot you included, it says that set_header and add_header directives are ignored and must be added in a location custom config.
I would guess that's where your issue is -- your set_header directives are not part of a location block and are being ignored.
Yea I did notice that... But the in the docs it says to put it there... So I'm not sure ( https://jellyfin.org/docs/general/networ...xy-manager )
I tried to create custom location and so on.. But then it stops working all togehter.....
(2024-05-28, 12:58 PM)TheDreadPirate Wrote: Did you set a "known proxy" in Jellyfin?
(btw, I wrote the latest iteration of the Nginx Proxy Manager docs)
Yes, I put the IP for it in there( 10.0.0.140 ). Because the NPM and DNS is also running on the same host as jellyfin.