toomuchio / plex-nginx-reverseproxy

Configuration to serve Plex Media Center https://plex.tv using Nginx https://nginx.com
659 stars 94 forks source link

small typo in comment #51

Closed RobinMM closed 3 years ago

RobinMM commented 3 years ago

Hi there, thank you so much for this config file! I found a small typo (I think):

Regarding:

Upstream to Plex

upstream plex_backend {

Set this to the IP address that appears in ifconfig (NATTED LAN IP or Public IP address) if you want the bandwidth meter in the server status page to work

server 127.0.0.1:32400;
keepalive 32;

}

Shouldnt ifconfig be ipconfig ?

Just wanted to let you know, it has the lowest priority :)

EDIT: After Google I found its the Linux command, so this issue can be closed.