mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Merge pull request #187 from evildmp/docs_typos
Added a missing \ in uwsgi docs. Thanks, evildmp.
This commit is contained in:
commit
4e8084a4cb
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
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 \
|
--module=mysite.wsgi:application \
|
||||||
--env DJANGO_SETTINGS_MODULE=mysite.settings \
|
--env DJANGO_SETTINGS_MODULE=mysite.settings \
|
||||||
--master --pidfile=/tmp/project-master.pid \
|
--master --pidfile=/tmp/project-master.pid \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue