]> git.sesse.net Git - remoteglot/blobdiff - default.vcl
More header squeezing.
[remoteglot] / default.vcl
index e0fbc4555c20be4c1938a906fedee322ae4f898c..38631cb4f1d3c6f399dd4fb1378dec993339aa32 100644 (file)
@@ -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);
     }