Hi!

I got this VCL --

backend default {
        .host = "46.228.47.114";
        .port = "https";
}

sub vcl_recv {
        req.backend = "default";
        req.http.host = "www.yahoo.com";
}

But running varnishd complaints --

Message from VCC-compiler:
Expected an action, 'if', '{' or '}'
('input' Line 9 Pos 9)
        req.backend = "default";
--------###########-------------

Running VCC-compiler failed, exit 1

VCL compilation failed

Thanks for any help!

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to