sendfile settings
This commit is contained in:
parent
ce32be91a6
commit
ed64e96c81
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@ TIME_ZONE = 'Europe/Berlin'
|
|||
# http://www.i18nguy.com/unicode/language-identifiers.html
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
||||
|
||||
#with apache x-sendfile or lighttpd set this to True
|
||||
XSENDFILE = False
|
||||
|
||||
#with nginx X-Accel-Redirect set this to True
|
||||
XACCELREDIRECT = False
|
||||
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
# If you set this to False, Django will make some optimizations so as not
|
||||
|
|
Loading…
Reference in a new issue