mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-21 23:15:08 +00:00
Use ipv4 for plex.
This commit is contained in:
parent
48837b1289
commit
de1af64967
@ -22,8 +22,9 @@ 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!
|
||||||
keepalive 32;
|
server 127.0.0.1:32400; # replace 'plex' with the name you gave to your plex container if necessary!
|
||||||
|
keepalive 32;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
Reference in New Issue
Block a user