
tfheen at varnish-cache
May 24, 2012, 5:51 AM
Post #1 of 2
(35 views)
Permalink
|
commit 91541177ee3d9e3501a3ee701bd751d2ce305bfb Author: Andreas Plesner Jacobsen <apj [at] mutt> Date: Fri Feb 24 12:20:37 2012 +0100 Fix syntax diff --git a/doc/sphinx/installation/upgrade.rst b/doc/sphinx/installation/upgrade.rst index cee17b8..2402af0 100644 --- a/doc/sphinx/installation/upgrade.rst +++ b/doc/sphinx/installation/upgrade.rst @@ -123,6 +123,7 @@ New parameters ~~~~~~~~~~~~~~ The following parameters have been added, see man varnishd for reference: + * ``default_keep`` * ``expiry_sleep`` * ``fetch_maxchunksize`` @@ -157,6 +158,7 @@ Changed parameter names ~~~~~~~~~~~~~~~~~~~~~~~ The following parameters have new names: + * ``http_headers`` has been renamed to ``http_max_hdr``. * ``max_esi_includes`` has been renamed to ``max_esi_depth``. * ``overflow_max`` has been renamed to ``queue_max``. _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|