mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 10:27:25 +01:00
increase nginx default timeout
-Prevents 504 timeout errors when loading large job metrics
This commit is contained in:
parent
ceb6af494d
commit
d38a526bff
@ -17,5 +17,6 @@ server {
|
|||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_param HTTPS off;
|
fastcgi_param HTTPS off;
|
||||||
|
fastcgi_read_timeout 300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user