diff options
author | Magnus Hagander | 2012-06-21 09:10:32 +0000 |
---|---|---|
committer | Magnus Hagander | 2012-06-21 09:10:32 +0000 |
commit | e07d3f690fd763228dd43496ebb5447514101dd3 (patch) | |
tree | 1925d5d2e9069f91d3e03eb8b75a5457bb0d10ca /django/archives/settings.py | |
parent | a3b8881f35cfdd13fc770660d2faf5b328876bd1 (diff) |
Add FORCE_SCRIPT_NAME="", required for lighttpd
Might want to move this to a local_settings.py sometime in the future
Diffstat (limited to 'django/archives/settings.py')
-rw-r--r-- | django/archives/settings.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/django/archives/settings.py b/django/archives/settings.py index 6f81ad0..51ae2cb 100644 --- a/django/archives/settings.py +++ b/django/archives/settings.py @@ -144,3 +144,8 @@ LOGGING = { }, } } + + + +# Required for lighttpd +FORCE_SCRIPT_NAME="" |