summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt2
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::