summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2012-07-06 12:44:34 -0700
committerAdrian Holovaty <adrian@holovaty.com>2012-07-06 12:44:34 -0700
commit4e8084a4cb67c42c64c279408bc46bdeb82f6ccc (patch)
tree0848ceef771794106189bd51abf58b5f7daeea0a
parent7151fbd0787be6aa14fd778c017bfe2f856e44ae (diff)
parent83da36ebfbdad2ac6e714b5308c076a1fb64b0be (diff)
Merge pull request #187 from evildmp/docs_typos
Added a missing \ in uwsgi docs. Thanks, evildmp.
-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 \