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