File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
reference/forms/types/options Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,8 @@ using Varnish 3:
134134 .. code-block :: varnish3
135135
136136 sub vcl_fetch {
137- /* By default, Varnish3 ignores Cache-Control: no-cache and private
138- https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control
139- */
137+ // By default, Varnish3 ignores Cache-Control: no-cache and private
138+ // https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control
140139 if (beresp.http.Cache-Control ~ "private" ||
141140 beresp.http.Cache-Control ~ "no-cache" ||
142141 beresp.http.Cache-Control ~ "no-store"
Original file line number Diff line number Diff line change 11group_by
22~~~~~~~~
33
4- **type**: ``array``, ``callable`` or ``string `` **default**: ``null``
4+ **type**: ``string`` or ``callable `` **default**: ``null``
55
66You can group the ``<option>`` elements of a ``<select>`` into ``<optgroup>``
77by passing a multi-dimensional array to ``choices``. See the
You can’t perform that action at this time.
0 commit comments