SSO redirect url lost custom port #273
Unanswered
luochen1990
asked this question in
Q&A
Replies: 1 comment
-
Please use x-forwarded-port instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Nginx is configured like
proxy_set_header Host $host:${toString port};
but still dosn't work.Add
JELLYFIN_PublishedServerUrl
doesn't work.After manually add
PortOverride
can workaround this issue.Expected behavior
JELLYFIN_PublishedServerUrl should be used.
If JELLYFIN_PublishedServerUrl not set, the
Host
header from http request should be used to try to get the port.Screenshots
Configuration
https://paste.luo.xyz:50080/p/snake-lion-koala
Versions (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions