You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
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.