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

Nginx example config incorrect for systemd-resolved on kubuntu #634

Closed
castle-giant opened this issue Aug 23, 2023 · 1 comment · Fixed by #1271
Closed

Nginx example config incorrect for systemd-resolved on kubuntu #634

castle-giant opened this issue Aug 23, 2023 · 1 comment · Fixed by #1271

Comments

@castle-giant
Copy link

Kubuntu (and probably Ubuntu/others) run systemd-resolved on 127.0.0.53:53, however the example nginx config at https://jellyfin.org/docs/general/networking/nginx/ has the following line:
resolver 127.0.0.1 valid=30;
Not modifying that IP address results in an HTTP 502 when attempting to access Jellyfin.

I propose adding the following comment directly above that line to clarify:

For Ubuntu and derivatives, modify the below configuration directive to read "resolver 127.0.0.53 valid=30"

@Shadowghost
Copy link
Contributor

Would probably make more sense to add that as a general warning if systemd-resolvd is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants