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