Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
9df11bb5
Commit
9df11bb5
authored
Feb 03, 2011
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update parameter descriptions from rst
parent
60a22cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
mgt_param.c
bin/varnishd/mgt_param.c
+12
-2
No files found.
bin/varnishd/mgt_param.c
View file @
9df11bb5
...
...
@@ -814,11 +814,21 @@ static const struct parspec input_parspec[] = {
EXPERIMENTAL
,
"off"
,
"bool"
},
{
"http_gzip_support"
,
tweak_bool
,
&
master
.
http_gzip_support
,
0
,
0
,
"Enable support for HTTP GZIP compression.
\n
"
,
"Enable gzip support. When enabled Varnish will compress "
"uncompressed objects before they are stored in the cache. "
"If a client does not support gzip encoding Varnish will "
"uncompress compressed objects on demand. Varnish will also "
"rewrite the Accept-Encoding header of clients indicating "
"support for gzip to:
\n
"
"Accept-Encoding: gzip"
"Clients that do not support gzip will have their "
"Accept-Encoding header removed. For more information no how "
"gzip is implemted please see the chapter on gzip in the "
"Varnish reference."
,
EXPERIMENTAL
,
"on"
,
"bool"
},
{
"gzip_tmp_space"
,
tweak_uint
,
&
master
.
gzip_tmp_space
,
0
,
2
,
"Where temporary space for gzip/gunzip is allocated
.
\n
"
"Where temporary space for gzip/gunzip is allocated
:
\n
"
" 0 - malloc
\n
"
" 1 - session workspace
\n
"
" 2 - thread workspace
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment