sendfile settings

This commit is contained in:
j 2011-04-06 17:51:49 +02:00
parent ce32be91a6
commit ed64e96c81

View file

@ -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