spec(focus): increase fastcgi read timeout
This commit is contained in:
parent
c737cc777c
commit
3ee0425780
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue