Ticket #7896: 7896.diff
File 7896.diff, 642 bytes (added by , 16 years ago) |
---|
-
docs/fastcgi.txt
356 356 prefix automatically. 357 357 358 358 In 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 the359 want the original value to be used in URLs, you can set the 360 360 ``FORCE_SCRIPT_NAME`` setting in your main ``settings`` file. This sets the 361 361 script name uniformly for every URL served via that settings file. Thus you'll 362 362 need to use different settings files is you want different sets of URLs to