Include
if ((req.method != "GET" && req.method != "HEAD") || req.http.Authorization || req.http.Cookie) {
return (pass);
}sub vcl_recv {
include "ornek-dosya.vcl";
}Last updated
if ((req.method != "GET" && req.method != "HEAD") || req.http.Authorization || req.http.Cookie) {
return (pass);
}sub vcl_recv {
include "ornek-dosya.vcl";
}Last updated