feat: keepalive for syncplay
This commit is contained in:
parent
f9fb83c1ca
commit
61faeebc8c
1 changed files with 5 additions and 1 deletions
|
|
@ -268,7 +268,11 @@ in {
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."jellyfin.saberofxebec".extraConfig = ''
|
virtualHosts."jellyfin.saberofxebec".extraConfig = ''
|
||||||
reverse_proxy :8096
|
reverse_proxy :8096 {
|
||||||
|
transport http {
|
||||||
|
keepalive 32
|
||||||
|
}
|
||||||
|
}
|
||||||
tls internal
|
tls internal
|
||||||
'';
|
'';
|
||||||
virtualHosts."jellyseer.saberofxebec".extraConfig = ''
|
virtualHosts."jellyseer.saberofxebec".extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue