turn compression on
This commit is contained in:
parent
d54890aa83
commit
f356ed663c
1 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ visit.on=True
|
||||||
# visit.timeout=20
|
# visit.timeout=20
|
||||||
|
|
||||||
# The name of the cookie to transmit to the visitor's browser.
|
# 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
|
# 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
|
# 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
|
# identity.soprovider.encryption_algorithm=None
|
||||||
|
|
||||||
# compress the data sends to the web browser
|
# compress the data sends to the web browser
|
||||||
# [/]
|
[/]
|
||||||
# gzip_filter.on = True
|
gzip_filter.on = True
|
||||||
# gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"]
|
gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"]
|
||||||
|
|
||||||
[/static]
|
[/static]
|
||||||
static_filter.on = True
|
static_filter.on = True
|
||||||
|
|
Loading…
Reference in a new issue