mirror of https://github.com/django/django.git
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:
parent
ecc8208f88
commit
54a1fa74bf
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue