We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to add an option to the varnish_vcl class named for instance advertise_esi_support, that could be either a boolean or a string.
varnish_vcl
advertise_esi_support
If false, it would do nothing else it would create a block like this :
set req.http.Surrogate-Capability = "abc=ESI/1.0";
abc would be replaced by the value of the option if it were a string.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to add an option to the
varnish_vcl
class named for instanceadvertise_esi_support
, that could be either a boolean or a string.If false, it would do nothing else it would create a block like this :
abc would be replaced by the value of the option if it were a string.
The text was updated successfully, but these errors were encountered: