Author: timo
Date: 2012-03-10 02:03:33 -0800 (Sat, 10 Mar 2012)
New Revision: 17674
Modified:
django/trunk/docs/howto/deployment/wsgi/uwsgi.txt
Log:
Fixed #17842 - Typo in uWsgi docs; thanks mitnk.
Modified: django/trunk/docs/howto/deployment/wsgi/uwsgi.txt
===================================================================
--- django/trunk/docs/howto/deployment/wsgi/uwsgi.txt 2012-03-09 12:13:31 UTC
(rev 17673)
+++ django/trunk/docs/howto/deployment/wsgi/uwsgi.txt 2012-03-10 10:03:33 UTC
(rev 17674)
@@ -86,7 +86,7 @@
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::
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.