From 0bf1f7ed0d313458dd74101e813b54c548e834f9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 25 Sep 2020 15:37:00 +0200 Subject: [PATCH] pagure: increase the apache timeout to 1 minute Signed-off-by: Pierre-Yves Chibon --- roles/pagure/frontend/templates/0_pagure.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pagure/frontend/templates/0_pagure.conf b/roles/pagure/frontend/templates/0_pagure.conf index 0f1f668047..c32ef13353 100644 --- a/roles/pagure/frontend/templates/0_pagure.conf +++ b/roles/pagure/frontend/templates/0_pagure.conf @@ -73,6 +73,7 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na {% else %} ServerName pagure.io {% endif %} + TimeOut 600 Alias "/robots.txt" "/var/www/html/robots.txt"