fbpx

Nginx Amplify Automatic Updates on CentOS/RHEL 7


by Danila Vershinin, October 28, 2017

Know how to setup automatic updates for Nginx Amplify agent

Read More...

MySQLTuner fix for “Reduce or eliminate unclosed connections and network issues”


by Danila Vershinin, October 21, 2017

Find out how to eliminate unclosed MySQL connections

Read More...

Ansible Tricks


by Danila Vershinin, October 20, 2017

Learn how to easily implement Ansible tasks which are not available using standard modules.

Read More...

Html.Exploit.CVE_2017_11793-6336854-1 FOUND. What is it?


by Danila Vershinin, October 14, 2017

Find out how to deal with Html.Exploit.CVE_2017_11793-6336854-1 and if you are affected

Read More...

CDN for WordPress


by Danila Vershinin, October 5, 2017

CDN for Wordpress. Do you need one? Yes, you do!

Read More...

How to Install Varnish Cache 6 LTS for NGINX on CentOS 7


by Danila Vershinin, October 4, 2017

How to install Varnish with Nginx on CentOS 7 server

Read More...

WordPress Static Files Cookieless Domain with Nginx


by Danila Vershinin, October 3, 2017

Configure cookieless domain for Wordpress static files in nginx

Read More...

Troubleshoot memory issues on CentOS 7 web server


by Danila Vershinin, September 29, 2017

Current status of this article is open draft of sorts 🙂 Who knows will understand :p Sometimes I have to deal with alien servers. Those are servers which were initially setup not by me. Of course, I can install things properly and they couldn’t :). So I have to fix and fix whatever they have […]

Read More...

Stop Google Analytics SPAM bots and reduce server load


by Danila Vershinin, September 17, 2017

Reduce server load easily by configuring nginx to discard unknown hostnames. Fight those Google Analytics spam bots!

Read More...

PHP and HTTP caching


by Danila Vershinin, September 16, 2017

I figure there isn’t much all-in-one information on the subject and this will be a constant draft with my findings. PHP 7 and caching headers PHP itself alters Cache-Control headers only when all conditions are true at the same time during request: session_start() has been called session.cache_limiter has default value of nocache It adds 3 […]

Read More...