extend timeout for immich services
This commit is contained in:
parent
9d1c8f4064
commit
e19683f004
1 changed files with 12 additions and 0 deletions
|
|
@ -4,6 +4,16 @@
|
||||||
# Traefik dynamic configuration for vps host
|
# Traefik dynamic configuration for vps host
|
||||||
services.traefik.dynamicConfigOptions = {
|
services.traefik.dynamicConfigOptions = {
|
||||||
http = {
|
http = {
|
||||||
|
serversTransports = {
|
||||||
|
longTimeout = {
|
||||||
|
forwardingTimeouts = {
|
||||||
|
dialTimeout = "30s";
|
||||||
|
responseHeaderTimeout = "1200s";
|
||||||
|
idleConnTimeout = "1200s";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
routers = {
|
routers = {
|
||||||
|
|
||||||
photo = {
|
photo = {
|
||||||
|
|
@ -70,6 +80,7 @@
|
||||||
servers = [{
|
servers = [{
|
||||||
url = "http://thinkpad.yanlincs.com:5000";
|
url = "http://thinkpad.yanlincs.com:5000";
|
||||||
}];
|
}];
|
||||||
|
serversTransport = "longTimeout";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -78,6 +89,7 @@
|
||||||
servers = [{
|
servers = [{
|
||||||
url = "http://thinkpad.yanlincs.com:5099";
|
url = "http://thinkpad.yanlincs.com:5099";
|
||||||
}];
|
}];
|
||||||
|
serversTransport = "longTimeout";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue