Page 1 of 1

How to enable SPDY

Posted: Thu Jan 29, 2015 1:04 am
by cagatay
Hello,

I want to enable SPDY for SSL users (which speeds things up in https transfer).

Should I do this on Nginx or Apache or both?

Can you please explain me how I can accomplish that on Vesta..

Thanks in advance

Re: How to enable SPDY

Posted: Thu Jan 29, 2015 2:46 am
by emardotcom
You need to build your own template file for nginx.
Templates are stored /usr/local/vesta/data/templates/web/nginx/

Duplicate default.stpl change

Code: Select all

listen 443 ssl;
to

Code: Select all

listen 443 ssl spdy;
Log into vesta and select the template you created.