Changeset 4100 for trunk/varnish-cache/bin/varnishd/default.vcl
- Timestamp:
- 06/09/09 12:41:38 (14 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishd/default.vcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/default.vcl
r4099 r4100 111 111 } 112 112 113 sub vcl_timeout {114 /* XXX: Do not redefine vcl_timeout{}, it is not yet supported */115 return (discard);116 }117 118 113 sub vcl_error { 119 114 set obj.http.Content-Type = "text/html; charset=utf-8";
