Django

Code

Changeset 8076

Show
Ignore:
Timestamp:
07/25/08 19:26:51 (4 months ago)
Author:
gwilson
Message:

Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steinacher.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/fastcgi.txt

    r8015 r8076  
    357357 
    358358In the cases where Django cannot work out the prefix correctly and where you 
    359 wan the original value to be used in URLs, you can set the 
     359want the original value to be used in URLs, you can set the 
    360360``FORCE_SCRIPT_NAME`` setting in your main ``settings`` file. This sets the 
    361361script name uniformly for every URL served via that settings file. Thus you'll 
    362 need to use different settings files is you want different sets of URLs to 
     362need to use different settings files if you want different sets of URLs to 
    363363have different script names in this case, but that is a rare situation. 
    364364