Hosting RPM repositories with nginx and CDN with blazing speed
by Danila Vershinin, August 27, 2018
How to host RPM repository with efficient caching for proxies and Cloudflare. Build a fast YUM repository using NGINX and CDN.
Read More...NGINX: easily debug PHP applications
by Danila Vershinin, August 7, 2018
It is essential to run PHP applications with production settings. But if there’s an issue that cannot be reproduced in a staging environment, you will want a quick way to enable debug settings at live. NGINX is very flexible in a way that it allows to make your PHP configuration “dynamic”. Let’s configure PHP debug […]
Read More...Dissecting HTTPS redirect requirements of HSTS
by Danila Vershinin, August 5, 2018
Understanding the implications of HSTS header on the HTTP canonical redirects.
Read More...NGINX Amplify – MySQL Monitoring in CentOS 6
by Danila Vershinin, August 4, 2018
MySQL monitoring in CentOS 6 using NGINX Amplify agent
Read More...Modern approaches to secure websites in 2018
by Danila Vershinin, August 3, 2018
Some of the things you really want to take care about to secure your website.
Read More...Deciphering the slow web tech behind Philippines’ largest mobile networks
by Danila Vershinin, July 19, 2018
Find out how Philippines’ largest Internet companies, Globe and Smart, neglect performance and security with nothing but HTTP/1.1 and Gzip compression and custom DNS nameservers.
Read More...RPM Building Gotchas
by Danila Vershinin, July 14, 2018
Learn the essentials of building RPM packages for CentOS/RHEL with this concise guide. Discover best practices for versioning NGINX modules, renaming packages with compatibility in mind, and handling common issues like missing %license macros, debuginfo errors, and -fpermissive flags. Streamline your workflow with GitHub integration, reusable spec file templates, and automated updates using CI/CD tools like CircleCI. Perfect for developers aiming to create clean, consistent, and future-proof RPMs!
Read More...How to use multiple real IP headers with nginx
by Danila Vershinin, July 10, 2018
How to pass real visitor IPs in nginx from two different cloud services.
Read More...Proxy requests to any remote server in nginx
by Danila Vershinin, July 8, 2018
Display information from other websites on your own, with nginx proxying.
Read More...Tuning proxy_buffer_size in NGINX
by Danila Vershinin, July 7, 2018
Make your NGINX more memory efficient and fix that “upstream sent too big header while reading response header from upstream” error.
Read More...