summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniele Procida <daniele@vurt.org>2012-07-06 10:10:27 +0100
committerDaniele Procida <daniele@vurt.org>2012-07-06 10:10:27 +0100
commit83da36ebfbdad2ac6e714b5308c076a1fb64b0be (patch)
treed2467061a1bf72870229be4f594e233dbbf23544 /docs
parentd3c2eb103f6682c029a850e60dc4cf85896b6aa2 (diff)
restored a missing \ in uwsgi docs
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 3ac2203544..b5d438450e 100644
--- a/docs/howto/deployment/wsgi/uwsgi.txt
+++ b/docs/howto/deployment/wsgi/uwsgi.txt
@@ -46,7 +46,7 @@ uWSGI supports multiple ways to configure the process. See uWSGI's
Here's an example command to start a uWSGI server::
- uwsgi --chdir=/path/to/your/project
+ uwsgi --chdir=/path/to/your/project \
--module=mysite.wsgi:application \
--env DJANGO_SETTINGS_MODULE=mysite.settings \
--master --pidfile=/tmp/project-master.pid \