Skip to content

Commit

Permalink
Update nginx.md (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoulliot authored Jan 22, 2025
1 parent 1b0b855 commit f619374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/general/networking/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ server {
# use a variable to store the upstream proxy
# in this example we are using a hostname which is resolved via DNS
# (if you aren't using DNS remove the resolver line and change the variable to point to an IP address e.g `set $jellyfin 127.0.0.1`)
# NOTE: Implementations using systemd-resolved should replace the resolver address with 127.0.0.53 and
# those running nginx in docker should ensure the resolver is 127.0.0.11
set $jellyfin jellyfin;
resolver 127.0.0.1 valid=30s;
Expand Down

0 comments on commit f619374

Please sign in to comment.