Is this Nginx module's posible to add/enable with Vestacp?
Is this Nginx module's posible to add/enable with Vestacp?
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 !
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
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
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
I did it. and it work! Now I have ngnix_pagespeed template in VESTA, that contain pagespeed module functionaldemlasjr 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
-
- Posts: 6
- Joined: Wed Jan 14, 2015 3:38 pm
- Contact:
Re: Is this Nginx module's posible to add/enable with Vestac
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
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
Hello. I just made a tutorial Please go to: viewtopic.php?f=11&t=9790