mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-23 13:21:43 +02:00
increase nginx default timeout
-Prevents 504 timeout errors when loading large job metrics
This commit is contained in:
@@ -17,5 +17,6 @@ server {
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param HTTPS off;
|
||||
fastcgi_read_timeout 300;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user