diff options
| author | Timo Graham <timograham@gmail.com> | 2012-03-10 10:03:33 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2012-03-10 10:03:33 +0000 |
| commit | 54a1fa74bfdf9a22dbe47e440531965b1e46c7a1 (patch) | |
| tree | 74f5fadd0b2837923ca7d4aed4cff81092f18c33 /docs/howto/deployment/wsgi/uwsgi.txt | |
| parent | ecc8208f881340c7b97500e47af6315055182503 (diff) | |
Fixed #17842 - Typo in uWsgi docs; thanks mitnk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/deployment/wsgi/uwsgi.txt')
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 209bdc9799..2e05e05227 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/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:: |
