From #105:
The fact that we maintain a default.vcl that is a copy of example.vcl is in my opinion something we should kill at some point in the weekly branch and keep maintaining for the 6.x series. Much like we simplified our packaging by no longer generating a secret and letting varnishd generate one, I'd like to replace the -f /etc/varnish/default.vcl option with -b localhost:8080 and let users decide how they operate their VCL.
The only reason why we ship things in /etc/varnish and especially a default.vcl is tradition. There's nothing in varnish-cache itself that warrants such a default configuration. I suggest we make this change to the weeklies after the Sep 2018 release.
From #105:
The only reason why we ship things in
/etc/varnishand especially adefault.vclis tradition. There's nothing in varnish-cache itself that warrants such a default configuration. I suggest we make this change to the weeklies after the Sep 2018 release.