diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-07-26 00:26:51 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-07-26 00:26:51 +0000 |
| commit | a1fda7e1b05c85191fbbafb16081c428862fba57 (patch) | |
| tree | 01712414b2d24db546c5d08c71c3f92209e63de0 /docs | |
| parent | 7c33cc7f5ef4597b55dde561c1752db4d0feaca1 (diff) | |
Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steinacher.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fastcgi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index b0490171b6..edd4c8a83d 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -356,10 +356,10 @@ Apache + mod_rewrite in some situations), Django will work out the original prefix automatically. In the cases where Django cannot work out the prefix correctly and where you -wan the original value to be used in URLs, you can set the +want the original value to be used in URLs, you can set the ``FORCE_SCRIPT_NAME`` setting in your main ``settings`` file. This sets the script name uniformly for every URL served via that settings file. Thus you'll -need to use different settings files is you want different sets of URLs to +need to use different settings files if you want different sets of URLs to have different script names in this case, but that is a rare situation. As an example of how to use it, if your Django configuration is serving all of |
