WordPress ruining nginx
-
Configuration: Ubuntu 14.04 x64, Nginx 1.4.6, Varnish 4.0, php5-fpm, WordPress 4.0 + w3 Total Cache + Woocommerce + BWP minify.
Website is placed at /var/www/sitename.com/public_html.
Varnish configuration file /etc/varnish/default.vcl: http://pastebin.com/mXWupWUc
Nginx main conf /etc/nginx/nginx.conf: http://pastebin.com/sc1cqkcQ
Nginx virtual host conf /etc/nginx/sites-available/sitename : http://pastebin.com/sUiQeviY
Php-fpm conf /etc/php5/fpm/pool.d/www.conf: http://pastebin.com/ywhPftPc
W3 Total Cache: Minify Html (default) enabled, Database Cache (disk) enabled, Browser Cache enabled, Varnish Purge (Varnish servers: 127.0.0.1)
Front-end works perfect. Average page load time ~ 1.3-1.7s. But sometimes (not always) when change something in panel (add new product or article), nginx (or php-fpm or something else) goes down. Log files don’t show me something critical about this crash. There are some errors about missing image or something like this and thats all.
Help me, please to understand what i made wrong.
The topic ‘WordPress ruining nginx’ is closed to new replies.