From f356ed663c884f4304cb771598b4c9b188303beb Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 6 Apr 2007 14:19:08 +0000 Subject: [PATCH] turn compression on --- oilarchive/config/app.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oilarchive/config/app.cfg b/oilarchive/config/app.cfg index a331ac0..ab6458f 100644 --- a/oilarchive/config/app.cfg +++ b/oilarchive/config/app.cfg @@ -46,7 +46,7 @@ visit.on=True # visit.timeout=20 # The name of the cookie to transmit to the visitor's browser. -# visit.cookie.name="tg-visit" +visit.cookie.name="oil-visit" # Domain name to specify when setting the cookie (must begin with . according to # RFC 2109). The default (None) should work for most cases and will default to @@ -115,9 +115,9 @@ identity.soprovider.model.permission="oilarchive.model.Permission" # identity.soprovider.encryption_algorithm=None # compress the data sends to the web browser -# [/] -# gzip_filter.on = True -# gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"] +[/] +gzip_filter.on = True +gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"] [/static] static_filter.on = True