Quellcode durchsuchen

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 vor 13 Jahren
Ursprung
Commit
54a1fa74bf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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::