mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-21 23:05:08 +00:00
Use ipv4 for plex.
This commit is contained in:
parent
48837b1289
commit
de1af64967
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user