update workout-sync

This commit is contained in:
Joakim Repomaa
2025-02-09 22:44:33 +02:00
parent 7aad5b5bf0
commit 222d4b9527
2 changed files with 6 additions and 3 deletions

6
flake.lock generated
View File

@@ -717,11 +717,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739092184, "lastModified": 1739133791,
"narHash": "sha256-rvnPlQkat2oxjj3kT/kULqc+Cwn2Nv0Ni1Xb5+mAsE8=", "narHash": "sha256-NkaMCUtPVDJgjK7JCEhj3XrG26XAFNoVx0eSMO5LDNM=",
"owner": "~repomaa", "owner": "~repomaa",
"repo": "workout-sync", "repo": "workout-sync",
"rev": "05e34756c733a2bea767274192df4f0a0bd813fa", "rev": "4db627eed1d4903e6a6f5aff9bcde0b647dd77e2",
"type": "sourcehut" "type": "sourcehut"
}, },
"original": { "original": {

View File

@@ -52,6 +52,9 @@ in
proxyPort = port; proxyPort = port;
extraConfig = '' extraConfig = ''
client_max_body_size 50m; client_max_body_size 50m;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;
''; '';
}; };
}; };