projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55fe49
)
Properly enable compression?
author
Charles Connell
<charles@connells.org>
Wed, 14 May 2014 19:39:24 +0000
(15:39 -0400)
committer
Charles Connell
<charles@connells.org>
Wed, 14 May 2014 19:39:24 +0000
(15:39 -0400)
karmaworld/settings/prod.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/prod.py
b/karmaworld/settings/prod.py
index 0aaf1f44752bde58d3681b637ffd2cc82c20a93e..b4de1c6302bc7c991ed5691fe3a4d34f7d01f140 100644
(file)
--- a/
karmaworld/settings/prod.py
+++ b/
karmaworld/settings/prod.py
@@
-136,6
+136,8
@@
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
########## END SSL FORWARDING CONFIGURATION
########## COMPRESSION CONFIGURATION
+COMPRESS_ENABLED = True
+
# See: http://django_compressor.readthedocs.org/en/latest/settings/#django.conf.settings.COMPRESS_OFFLINE
COMPRESS_OFFLINE = True