Submitted by gnilebein on Thu, 11/02/2017 - 16:52
Hello,
I would like to ask you if it is possible to enable http2 in Nginx. Maybe optional depending on the output of "nginx -V". It must contain "--with-http_v2_module" or optional with a checkbox in nginx server settings.
Best regards, Patrick
Status:
Active
Comments
Submitted by JamieCameron on Fri, 11/03/2017 - 23:43 Comment #1
Can http2 be enabled in the Nginx config file? If so, it would be simplest to do it there.
Submitted by gnilebein on Thu, 11/09/2017 - 17:21 Comment #2
You need to add it to every server.
server {
listen 443 ssl http2;
....
Submitted by JamieCameron on Sat, 11/11/2017 - 00:39 Comment #3
Ok .. this is something we could add, but right now it's not a high priority. You may be better off simply editing the config files directly on your system.