Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Thu Oct 19, 2017 4:16 am
- Forum: Web Server
- Topic: Enable Http 2 in Nginx
- Replies: 1
- Views: 4409
Re: Enable Http 2 in Nginx
i try and this work ! viewtopic.php?f=11&t=15018
- Sat Jul 29, 2017 8:15 am
- Forum: Web Server
- Topic: Upgrade http/1.1 to http2 on VestaCP web server ?
- Replies: 8
- Views: 17869
Re: Upgrade http/1.1 to http2 on VestaCP web server ?
Google is your friend.
How To Set Up Nginx with HTTP/2 Support on Ubuntu
tl;dr:
1. Edit the file snginx.conf in /home/admin/conf/web/
2. Look up for these lines: "listen your_ip:443" and add at the end of that lines "ssl http2"
Example:
server {
listen 123.45.678.90:443 ssl http2;
3 ...
How To Set Up Nginx with HTTP/2 Support on Ubuntu
tl;dr:
1. Edit the file snginx.conf in /home/admin/conf/web/
2. Look up for these lines: "listen your_ip:443" and add at the end of that lines "ssl http2"
Example:
server {
listen 123.45.678.90:443 ssl http2;
3 ...
- Wed Jul 26, 2017 10:43 am
- Forum: Web Server
- Topic: Upgrade http/1.1 to http2 on VestaCP web server ?
- Replies: 8
- Views: 17869
Upgrade http/1.1 to http2 on VestaCP web server ?
hi all,
i see http2 on web server run faster http/1.1 , I am using VestaCP web server running ubuntu, nginx ver 1.13 & running https
so. i can upgrade http/1.1 to http2 on my webserver ? thanks for help
this is my website : https://tnbland.com.vn

i see http2 on web server run faster http/1.1 , I am using VestaCP web server running ubuntu, nginx ver 1.13 & running https
so. i can upgrade http/1.1 to http2 on my webserver ? thanks for help
this is my website : https://tnbland.com.vn
