Use ipv4 for plex.

This commit is contained in:
Otho 2023-04-13 00:43:35 -04:00
parent 48837b1289
commit de1af64967
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -22,7 +22,8 @@ events {
http {
upstream plex_backend {
server [::1]:32400; # replace 'plex' with the name you gave to your plex container if necessary!
# 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;
}