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