fix(focus): increase fastcgi read timeout
This commit is contained in:
parent
946e8ce9d1
commit
1451f162af
|
@ -14,6 +14,7 @@ in {
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
webfinger = true;
|
webfinger = true;
|
||||||
maxUploadSize = "128G";
|
maxUploadSize = "128G";
|
||||||
|
fastcgiTimeout = 300;
|
||||||
hostName = host;
|
hostName = host;
|
||||||
phpExtraExtensions = all: with all; [ bz2 ];
|
phpExtraExtensions = all: with all; [ bz2 ];
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
|
Loading…
Reference in a new issue