mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-22 04:05:07 +00:00
Use ipv4 for plex.
This commit is contained in:
parent
48837b1289
commit
de1af64967
@ -22,7 +22,8 @@ events {
|
|||||||
http {
|
http {
|
||||||
|
|
||||||
upstream plex_backend {
|
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;
|
keepalive 32;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user