Nginx http2.0 enable

Is it supported http2.0 in nginx and how to enable for all users?

You didn’t say what is the Hestia version you are using but in last releases, HTTP2 is enabled by default.

grep -RE '^http2' /etc/nginx/

Using curl to access the https version of your domain, you should see something like this:

$ curl -IkL https://yourdomain.tld
HTTP/2 200 
server: nginx
[...]

And you should see it is using HTTP/2.

1 Like

It is already enabled by default…

1 Like

If I am not wrong http2 was removed in
[Feature] TLS 1.3 0-RTT with replay protection by myrevery · Pull Request #3692 · hestiacp/hestiacp · GitHub .

Edit: This is implemented in Resolve #3684 Process "http2" directive for NGINX by myrevery · Pull Request #3704 · hestiacp/hestiacp · GitHub .

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.