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:
134
134
.. code-block :: varnish3
135
135
136
136
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
140
139
if (beresp.http.Cache-Control ~ "private" ||
141
140
beresp.http.Cache-Control ~ "no-cache" ||
142
141
beresp.http.Cache-Control ~ "no-store"
Original file line number Diff line number Diff line change 1
1
group_by
2
2
~~~~~~~~
3
3
4
- **type**: ``array``, ``callable`` or ``string `` **default**: ``null``
4
+ **type**: ``string`` or ``callable `` **default**: ``null``
5
5
6
6
You can group the ``<option>`` elements of a ``<select>`` into ``<optgroup>``
7
7
by passing a multi-dimensional array to ``choices``. See the
You can’t perform that action at this time.
0 commit comments