NGINX basics. How to create redirects
by Danila Vershinin, July 14, 2020
Understanding redirects in NGINX. How to create efficient redirection rules in NGINX configuration
Read More...NGINX and PHP-FPM. What my permissions should be?
by Danila Vershinin, July 13, 2020
Proper file permissions and ownership model for NGINX / PHP-FPM powered websites. The secure chmod and shown setup
Read More...CentOS/RHEL 8: how to build the kernel RPM with native CPU optimizations
by Danila Vershinin, June 20, 2020
How to build kernel RPM packages with native CPU optimizations, for fun and profit, *and* performance
Read More...How to log and fix slow PHP requests
by Danila Vershinin, June 5, 2020
How to troubleshot slow PHP requests using PHP-FPM slow log facility. Common reasons for a slow PHP request and ways to fix it
Read More...NGINX Security Headers, the right way
by Danila Vershinin, May 31, 2020
How to add NGINX security headers without configuration pitfalls and in a consistent way that will make your website safe for visitors
Read More...Do not run pip as root
by Danila Vershinin, May 28, 2020
Why you should never run pip as root and what to do instead. How to install PyPi Python apps in a safe way, using pip-safe
Read More...Magento and ElasticSearch? How about Sphinx!
by Danila Vershinin, May 15, 2020
How to set up Magento 2 with the fast and efficient Sphinx search engine for a better memory and CPU footprint of your installation
Read More...Install NGINX RTMP module in CentOS/RHEL or Amazon Linux
by Danila Vershinin, April 22, 2020
How to install and enable NGINX RTMP module in CentOS/RHEL or Amazon Linux. Quick instructions to empower your NGINX with streaming capabilities
Read More...How to fix ‘Consumer “async.operations.all” skipped as required connection “amqp” is not configured. Unknown connection name amqp’ in Magento 2
by Danila Vershinin, April 20, 2020
How to fix ‘Consumer “async.operations.all” skipped as required connection “amqp” is not configured. Unknown connection name amqp’ in Magento 2
Read More...Magento 2: same-server deployment with reduced downtime
by Danila Vershinin, April 19, 2020
Discover how to drastically reduce downtime during Magento 2 updates with our guide on using a shadow directory. This approach allows you to carry out updates and static assets deployment without affecting your live site.
Read More...