-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
HTTP2 cannot be disabled #68
Comments
Hi, Sorry for the delay, things were a bit busy this last week. So:
$ sudo docker run -itd --rm --name varnish_test varnish:7.4 -p feature=-http2
ac67143d26778377bf39e5021a7f943d0111294b42cf9af6b3db92918ac80396
$ sudo docker exec varnish_test varnishadm param.show feature
feature
Value is: +validate_headers,+vcl_req_reset (default)
... This is a general I believe this should resolve the original intent of this issue, so I'll close it, but please do reopen it if I missed something |
I see in https://github.com/varnish/docker-varnish/blob/master/stable/debian/scripts/docker-varnish-entrypoint that HTTP2 is enabled by default, and that can't be disabled.
I have Traefik before Varnish, so I don't need TLS, nor HTTP2 in Varnish. I believe this is a common scenario.
Disabling unnecessary features should help in optimizing the resource usage (albeit in a small way, I guess).
The text was updated successfully, but these errors were encountered: