Skip to content

Commit

Permalink
Fixed #10846: Corrected typo in modwsgi.txt and updated reference to …
Browse files Browse the repository at this point in the history
…deployment in The Django Book. Thanks timo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed May 17, 2009
1 parent b527a59 commit 21c6f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/howto/deployment/index.txt
Expand Up @@ -21,7 +21,7 @@ fastest, and most stable deployment choice.

.. seealso::

* `Chapter 20 of The Django Book`_ discusses deployment and especially
* `Chapter 12 of The Django Book`_ discusses deployment and especially
scaling in more detail.

.. _chapter 20 of the django book: http://djangobook.com/en/1.0/chapter20/
.. _chapter 12 of the django book: http://djangobook.com/en/2.0/chapter12/
2 changes: 1 addition & 1 deletion docs/howto/deployment/modwsgi.txt
Expand Up @@ -31,7 +31,7 @@ and add::

WSGIScriptAlias / /path/to/mysite/apache/django.wsgi

The first bit aboveis the url you want to be serving your application at (``/``
The first bit above is the url you want to be serving your application at (``/``
indicates the root url), and the second is the location of a "WSGI file" -- see
below -- on your system, usually inside of your project. This tells Apache
to serve any request below the given URL using the WSGI application defined by that file.
Expand Down

0 comments on commit 21c6f98

Please sign in to comment.