You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: