From 7870ac563c49b18c3c74e8dceb0d8e49452aeee5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 3 Feb 2016 08:30:21 +0000 Subject: [PATCH] s/max/maximum/ Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/base/templates/bodhi-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/bodhi-app.conf b/roles/bodhi2/base/templates/bodhi-app.conf index 031ebdf563..1d71286d43 100644 --- a/roles/bodhi2/base/templates/bodhi-app.conf +++ b/roles/bodhi2/base/templates/bodhi-app.conf @@ -14,7 +14,7 @@ Alias /static /usr/lib/python2.7/site-packages/bodhi/static/ -WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} max-requests=1000 +WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes={{wsgi_procs}} threads={{wsgi_threads}} maximum-requests=1000 WSGISocketPrefix run/wsgi WSGIRestrictStdout On WSGIRestrictSignal Off