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