From 4126baab194600c78b209447eda64eebcf3cbe19 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 20 Jul 2015 11:25:08 +0200 Subject: [PATCH] Fix typo and domain name --- roles/pagure/frontend/files/0_pagure.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/pagure/frontend/files/0_pagure.conf b/roles/pagure/frontend/files/0_pagure.conf index 15b4fb029b..0e96006b0c 100644 --- a/roles/pagure/frontend/files/0_pagure.conf +++ b/roles/pagure/frontend/files/0_pagure.conf @@ -19,9 +19,8 @@ #TODO: move this to 443 when we have the ssl certs - - WSGIDaemonProcess pagure user=git group=git maximum-requests=50000 display-name=pagure processes=8 threads=4 ina -tivity-timeout=300 + + WSGIDaemonProcess pagure user=git group=git maximum-requests=50000 display-name=pagure processes=8 threads=4 inactivity-timeout=300 WSGISocketPrefix run/wsgi WSGIRestrictStdout On