fix(focus): increase fastcgi read timeout

This commit is contained in:
514fpv 2024-02-28 08:57:47 +08:00
parent 946e8ce9d1
commit 1451f162af
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -14,6 +14,7 @@ in {
configureRedis = true;
webfinger = true;
maxUploadSize = "128G";
fastcgiTimeout = 300;
hostName = host;
phpExtraExtensions = all: with all; [ bz2 ];
database.createLocally = true;