From 8009bd986940378bba1399dbfce90d03e441467b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 14 Apr 2010 02:17:55 +0200 Subject: [PATCH] Fixed the mod_wsgi docs. Thanks Graham --- docs/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying.rst b/docs/deploying.rst index 7045e51e..e04112f0 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -204,7 +204,7 @@ application under a different user for security reasons: ServerName example.com - WSGIDaemonProcess yourapplication user=user1 group=group1 processes=1 threads=5 + WSGIDaemonProcess yourapplication user=user1 group=group1 threads=5 WSGIScriptAlias / /var/www/yourapplication/yourapplication.wsgi