How to install and configure CAPTCHA NGINX module in CentOS/RHEL
by Danila Vershinin, October 8, 2021
Implementing CAPTCHA image generation and validation using NGINX module
Read More...Laravel NGINX configuration
by Danila Vershinin, September 28, 2021
Modern NGINX configuration for Laravel PHP framework will allow you to have a secure and performant website
Read More...EPEL powered by Cloudflare CDN. Fix your sanity
by Danila Vershinin, September 9, 2021
A simple recipe against a disaster. Here’s to make EPEL repository faster, by leveraging Cloudflare CDN
Read More...Choosing your RHEL 8 clone after the death of CentOS
by Danila Vershinin, July 24, 2021
As CentOS is no longer an RHEL clone, companies seek another free clone of RHEL. What will it be? AlmaLinux, Rocky Linux, or Oracle Linux? We review these choices and give a recommendation.
Read More...NGINX: putting multiple services on the same port
by Danila Vershinin, June 21, 2021
Recent versions of NGINX introduce the TLS pre-read capabilities, which allow it to see which TLS protocols are supported by the client, the requested SNI server name, and the ALPN protocol of request. All this information, known before the request is routed by NGINX to the upstream servers, makes it possible to conditionally route requests […]
Read More...CentOS/RHEL: where is my PATH?
by Danila Vershinin, May 31, 2021
How to consistently set user’s PATH environment variable on CentOS/RHEL servers, while avoiding PATH duplication
Read More...Performance-friendly WordPress updates
by Danila Vershinin,
DIY Automatic updates won’t kill your cache while providing convenience of latest WordPress core and its plugins
Read More...CentOS/RHEL: Faster PHP CLI and Cron Jobs
by Danila Vershinin, May 27, 2021
How to consistently set up PHP CLI and cron runs while making benefit from file-based OPcache and no memory limit
Read More...How to install the RTMP NGINX module in Plesk for CentOS/RHEL 7 or 8
by Danila Vershinin, March 12, 2021
What is the NGINX RTMP module The RTMP module for NGINX provides HLS and MPEG-DASH live streaming capabilities for those who want a lightweight solution based on the HTTP protocol. The stream is published in the MPEG-TS format over HTTP. This makes it possible to use all the power and flexibility of nginx HTTP configurations […]
Read More...Using journalctl as the ultimate utility for troubleshooting LEMP stacks
by Danila Vershinin, January 18, 2021
Using journalctl for troubleshooting and logging data from your LEMP stack. The necessary configuration for logging PHP scripts errors
Read More...