Page 1 of 1
Is this Nginx module's posible to add/enable with Vestacp?
Posted: Fri May 02, 2014 4:05 pm
by RoldanLT
I like to have SPDY3.1 support, OCSP Stapling for ssl, ngx_pagespeed,
Is it possible, and How?
And also, How can I replace the default mysql with mariadb 10.0.10?
Thanks !
Re: Is this Nginx module's posible to add/enable with Vestac
Posted: Sat May 03, 2014 2:55 pm
by demlasjr
To enable spdy in nginx go to /home/<user>/conf/web/snginx.conf and add ssl spdy after IP like this:
server {
listen <ip>
ssl spdy;
server_name default.domain
http://www.default.domain;
Unfortunately, in order to use ngx_pagespeed you need to recompile nginx and I haven't tried (yet). You can try uninstall nginx and reinstall it compiling pagespeed, but I can't guarantee it will work without breaking the vesta. If you have a test server you can try it.
Never used OCSP Stapling
Re: Is this Nginx module's posible to add/enable with Vestac
Posted: Sat Aug 23, 2014 7:59 am
by bakaut
demlasjr wrote:To enable spdy in nginx go to /home/<user>/conf/web/snginx.conf and add ssl spdy after IP like this:
server {
listen <ip>
ssl spdy;
server_name default.domain
http://www.default.domain;
Unfortunately, in order to use ngx_pagespeed you need to recompile nginx and I haven't tried (yet). You can try uninstall nginx and reinstall it compiling pagespeed, but I can't guarantee it will work without breaking the vesta. If you have a test server you can try it.
Never used OCSP Stapling
I did it. and it work! Now I have ngnix_pagespeed template in VESTA, that contain pagespeed module functional
Re: Is this Nginx module's posible to add/enable with Vestac
Posted: Tue Nov 03, 2015 3:08 pm
by kusspaprika.com
Hi bakaut,
nice that you have it done with pagespeed.
Can you describe how you have done this nice thing?
Or a list of what to do sites?
Best Jan
Re: Is this Nginx module's posible to add/enable with Vestac
Posted: Thu Nov 19, 2015 1:21 pm
by SS88
Hello. I just made a tutorial Please go to:
viewtopic.php?f=11&t=9790