cgit: Increase fastcgi timeout from default 60s to 120s

Change-Id: Ida429f692fe939bb96bdd1c7313e6b0fd7b26913
This commit is contained in:
Harald Welte 2020-10-03 12:42:59 +02:00
parent 28a44de777
commit 0c77380165
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ server {
fastcgi_param QUERY_STRING $args;
fastcgi_param HTTP_HOST $server_name;
fastcgi_pass unix:/run/fcgiwrap.socket;
fastcgi_read_timeout 120s;
}
}