X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=default.vcl;h=38631cb4f1d3c6f399dd4fb1378dec993339aa32;hp=e0fbc4555c20be4c1938a906fedee322ae4f898c;hb=9386e66cca3bbde38e9d59941a3b3cd1ed736913;hpb=778e663fc0fd4657d78c8a6d27ea14e120cfb025 diff --git a/default.vcl b/default.vcl index e0fbc45..38631cb 100644 --- a/default.vcl +++ b/default.vcl @@ -51,7 +51,7 @@ sub vcl_backend_response { } if (beresp.http.content-type ~ "json") { set beresp.http.x-analysis = 1; - ban ( "obj.http.x-analysis == 1 && obj.http.x-remoteglot-last-modified != " + beresp.http.x-remoteglot-last-modified ); + ban ( "obj.http.x-analysis == 1 && obj.http.x-rglm != " + beresp.http.x-rglm ); } return (deliver); }