From 54a1fa74bfdf9a22dbe47e440531965b1e46c7a1 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 10 Mar 2012 10:03:33 +0000 Subject: [PATCH] Fixed #17842 - Typo in uWsgi docs; thanks mitnk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17674 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/deployment/wsgi/uwsgi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 209bdc9799..2e05e05227 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -86,7 +86,7 @@ Example ini configuration file:: pidfile=/tmp/project-master.pid vacuum=True max-requests=5000 - deamonize=/var/log/uwsgi/yourproject.log + daemonize=/var/log/uwsgi/yourproject.log Example ini configuration file usage::