Skip to content

Wrong URL being generated & sent to auth provider #164

Closed Answered by 9p4
somerandomguy17 asked this question in Q&A
Discussion options

You must be logged in to vote

Are you setting the X-Forwarded-For headers in Nginx? Can I see the configuration for Nginx?

Specifically, I'm looking to see if you have the following lines:

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Protocol $scheme;
proxy_set_header X-Forwarded-Host $http_host;

From the Jellyfin Docs

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@somerandomguy17
Comment options

Answer selected by somerandomguy17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants