Skip to content

Commit

Permalink
Fixed django#17842 - Typo in uWsgi docs; thanks mitnk.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Mar 10, 2012
1 parent ecc8208 commit 54a1fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/deployment/wsgi/uwsgi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 54a1fa7

Please sign in to comment.