diff --git a/nginx/nginx.conf b/nginx/nginx.conf index c84cee0..ad47d0d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -22,8 +22,9 @@ events { http { upstream plex_backend { - server [::1]:32400; # replace 'plex' with the name you gave to your plex container if necessary! - keepalive 32; + # server [::1]:32400; # replace 'plex' with the name you gave to your plex container if necessary! + server 127.0.0.1:32400; # replace 'plex' with the name you gave to your plex container if necessary! + keepalive 32; } server {