Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Sat Aug 23, 2014 7:59 am
- Forum: General Discussion
- Topic: Is this Nginx module's posible to add/enable with Vestacp?
- Replies: 4
- Views: 8249
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 ...
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 ...
- Sat Aug 23, 2014 7:57 am
- Forum: Общие вопросы
- Topic: Идеи по развитию панели - 2.
- Replies: 22
- Views: 17359
Re: Идеи по развитию панели - 2.
Есть идея сразу в пакет прикрутить PageSpeed Module (https://developers.google.com/speed/pagespeed/module) с возможностью управления конфигами через панель. Тоесть выбираем сайт - и там выбираем жать css, js ... и тд.
очень плохая идея!!!
модуль кривущий, замедляет отдачу сайта от 2 до 6 ...