Page 1 of 1

help me to install http2

Posted: Sun Aug 25, 2019 5:43 pm
by aminbahgat
i can't install http2 on my server can you help me
MY Server ubuntu 16.04
nginx version: nginx/1.15.5
Server version: Apache/2.4.18 (Ubuntu)

Re: help me to install http2

Posted: Sun Aug 25, 2019 6:01 pm
by grayfolk
aminbahgat wrote:
Sun Aug 25, 2019 5:43 pm
i can't install http2 on my server can you help me
MY Server ubuntu 16.04
nginx version: nginx/1.15.5
Server version: Apache/2.4.18 (Ubuntu)
What you mean about install http2? I dont know about that software.

Re: help me to install http2

Posted: Fri Aug 30, 2019 2:02 am
by sysdop
http2 is something that comes with nginx at least, that would be enough but you must edit the VestaCP templates to call the protocol. You can check by /usr/local/vesta/data/templates/web/nginx/ the .stpl files.

example

listen %ip%:443 ssl http2;

and rebuild the affected user...

Code: Select all

/usr/local/vesta/bin/v-rebuild-user admin