Fixed #17842 - Typo in uWsgi docs; thanks mitnk.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2012-03-10 10:03:33 +00:00
parent ecc8208f88
commit 54a1fa74bf
1 changed files with 1 additions and 1 deletions

View File

@ -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::