Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse proxy docs inaccurate when using non-standard ports #383

Open
natethelen opened this issue Oct 24, 2024 · 0 comments
Open

Reverse proxy docs inaccurate when using non-standard ports #383

natethelen opened this issue Oct 24, 2024 · 0 comments
Labels
help wanted Up for grabs

Comments

@natethelen
Copy link

At this URL: https://wiki.servarr.com/sonarr/installation/reverse-proxy it has this text:

If you're using a non-standard http/https server port, make sure your Host header also includes it, i.e.: proxy_set_header Host $host:$server_port or proxy_set_header Host $http_host

I have found that making this change doesn't help me (I am using a non-standard HTTPS port in nginx). I have to set proxy_set_header X-Forwarded-Host $http_host or when I go to a page when not logged in I get redirected to the login page on the wrong port.

@bakerboy448 bakerboy448 added the help wanted Up for grabs label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Up for grabs
Projects
None yet
Development

No branches or pull requests

2 participants