From 99978cdfde5ad973c545aab787c8f5a99a6eae96 Mon Sep 17 00:00:00 2001 From: Wen Guan Date: Thu, 15 Dec 2022 14:08:14 +0100 Subject: [PATCH] update default timeout --- templates/panda_server-httpd-FastCGI.conf.rpmnew.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/panda_server-httpd-FastCGI.conf.rpmnew.template b/templates/panda_server-httpd-FastCGI.conf.rpmnew.template index 521955d8d..bd74d7bc0 100644 --- a/templates/panda_server-httpd-FastCGI.conf.rpmnew.template +++ b/templates/panda_server-httpd-FastCGI.conf.rpmnew.template @@ -1,5 +1,9 @@ Include conf.modules.d/0*.conf +TimeOut 600 +KeepAliveTimeout 600 +SSLSessionCacheTimeout 600 + LoadModule gridsite_module modules/mod_gridsite.so LoadModule wsgi_module modules/mod_wsgi.so