diff options
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 |
