Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 16 matches
- Sat Sep 22, 2018 9:53 am
- Forum: Web Server
- Topic: [HOWTO] FASTCGI CACHE WORDPRESS
- Replies: 13
- Views: 34195
Re: [HOWTO] FASTCGI CACHE WORDPRESS
https://ps.w.org/no-cache-ajax-widgets/assets/banner-772x250.png?rev=1263096
You want your site to be fast, so you added caching… but now you have a new challenge that you have content that shouldn’t be caching such as ads, feeds, rotating ads, videos, shopping carts and more..
With No Cache ...
You want your site to be fast, so you added caching… but now you have a new challenge that you have content that shouldn’t be caching such as ads, feeds, rotating ads, videos, shopping carts and more..
With No Cache ...
- Thu Sep 20, 2018 10:44 am
- Forum: Web Server
- Topic: [HOWTO] FASTCGI CACHE WORDPRESS
- Replies: 13
- Views: 34195
Re: [HOWTO] FASTCGI CACHE WORDPRESS
Cache Sniper for Nginx UPDATE
1.0.4.1
Fixed a bug that caused wp_insert_comment to fail.
1.0.4
Automatically clearing the homepage cache on content create/update/delete.
So, last step no need anymore.
open index.pxp and put in the beginning to be sure that your main page cache renew every 10 ...
1.0.4.1
Fixed a bug that caused wp_insert_comment to fail.
1.0.4
Automatically clearing the homepage cache on content create/update/delete.
So, last step no need anymore.
open index.pxp and put in the beginning to be sure that your main page cache renew every 10 ...
- Thu Sep 13, 2018 2:17 am
- Forum: Общие вопросы
- Topic: Обновление PHP (Ubuntu, php-fpm + nginx)
- Replies: 6
- Views: 12447
Re: Обновление PHP (Ubuntu, php-fpm + nginx)
+1 работает )StereoFlo wrote: Thu May 17, 2018 8:58 am Проверено несколько раз на 16.04. Если у кого-то руки дойдут, можно из этого сделать баш скрипт.
- Thu Sep 13, 2018 2:16 am
- Forum: Web Server
- Topic: [HowTo]Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP
- Replies: 12
- Views: 120801
- Wed Sep 12, 2018 12:02 pm
- Forum: Веб сервер
- Topic: v-update-web-templates ошибка
- Replies: 1
- Views: 2644
Re: v-update-web-templates ошибка
Возникает в случае если:
Если необходимо пускайте через сокет - тогда все ок.listen = 127.0.0.1:%backend_port%
listen.allowed_clients = 127.0.0.1
user = www-data
group = www-data
- Wed Sep 12, 2018 11:36 am
- Forum: Веб сервер
- Topic: v-update-web-templates ошибка
- Replies: 1
- Views: 2644
v-update-web-templates ошибка
Поставил веста. После переноса третьего сайта словил ошибку при обновлении шаблонов (nginx + php-fpm)
v-update-web-templates && service nginx restart && systemctl restart php7.2-fpm
: integer expression expectedb-domain-backend: line 52: [: 9003
В чем может быть дело? Заранее благодарен)
v-update-web-templates && service nginx restart && systemctl restart php7.2-fpm
: integer expression expectedb-domain-backend: line 52: [: 9003
В чем может быть дело? Заранее благодарен)
- Mon Sep 10, 2018 11:33 am
- Forum: Web Server
- Topic: [HOWTO] FASTCGI CACHE WORDPRESS
- Replies: 13
- Views: 34195
Re: [HOWTO] FASTCGI CACHE WORDPRESS
Also use this for browser cache:
Code: Select all
location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js|eot|otf|woff|woff2|ttf|ogg)$ {
expires max;
fastcgi_hide_header "Set-Cookie";
}
- Mon Sep 10, 2018 10:57 am
- Forum: Web Server
- Topic: [HOWTO] FASTCGI CACHE WORDPRESS
- Replies: 13
- Views: 34195
Re: [HOWTO] FASTCGI CACHE WORDPRESS
UPDATE. ADD BECAUSE viewtopic.php?f=29&t=15764&p=64967&hili ... che#p64967
Code: Select all
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
- Sun Sep 09, 2018 9:48 pm
- Forum: Web Server
- Topic: [HOWTO] FASTCGI CACHE WORDPRESS
- Replies: 13
- Views: 34195
Re: [HOWTO] FASTCGI CACHE WORDPRESS
UPDATED. U MAKE MISTAKE IN MANUAL. $skip_cache/$no_cache
- Sun Sep 09, 2018 7:47 pm
- Forum: Web Server
- Topic: Nginx Caching Wordpress
- Replies: 3
- Views: 10502