Преглед изворни кода

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Timo Graham пре 13 година
родитељ
комит
54a1fa74bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/howto/deployment/wsgi/uwsgi.txt

+ 1 - 1
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::