Boxen **Your team’s IT robot** Administrator **More About Boxen** A good subtitle* It’s a dangerously opinionated framework that automates every pie... Nginx Mar 5, 2021 0 2352 Tech Blog
An Introduction To OpenResty – Part 3 In the previous two parts, we setup and introduced OpenResty. It’s now time to build something with it. In part 2, we covered some of the things you ... Nginx Mar 5, 2021 0 2635 Tech Blog
Varnish on a Virtualmin Server This document describes how to run the Varnish cache on a Virtualmin server. We’re often asked about Varnish support in Virtualmin. Virtualmin is onl... Nginx Ubuntu Virtualmin Mar 5, 2021 0 2468 Tech Blog
Nginx – Disable xmlrpc.php *Nginx – Disable xmlrpc.php* server { # stuff location = / xmlrpc . php { deny all ; } } the above lines in vhost files per domain server { list... Nginx Mar 5, 2021 0 2325 Tech Blog
An Introduction To OpenResty – Part 2 – Concepts With OpenResty installed and configured [1] from Part 1, it’s time to dive a little deeper into how things work. **Process and Threading Model** If y... Nginx Mar 5, 2021 0 2317 Tech Blog
An Introduction To OpenResty (nginx + lua) – Part 1 **Overview** Last week, I started moving middleware code out of a Go application and directly into nginx via the lua-nginx-module. This was simple co... Nginx Mar 5, 2021 0 2515 Tech Blog
Top 10 Steps to Secure Your SSH Server SSH means Secure Shell, and it’s a protocol designed to allow secure communications between different hosts using an encrypted connection. SSH serv... Nginx Ubuntu Mar 5, 2021 0 2444 Tech Blog
Mautic nginx config # redirect some entire folders rewrite ^/(vendor|translations|build)/.* /index.php break; location / { # First attempt to serve request as ... Nginx Mar 5, 2021 0 2791 Tech Blog
Install Virtualmin, Nginx 1.10, PHP 7, MySQL 5.7 on Ubuntu 16.04 Server Ubuntu 16.04 LTS was around for few months now. Today I got some free to check it out. It’s so much better than Ubuntu 14.04 I had been using. So I d... Nginx Ubuntu Virtualmin Mar 5, 2021 0 3159 Tech Blog
Migrating a Virtualmin Server from Apache to Nginx A long while ago, I installed virtualmin to manage my web server. At that time, the only web server available was Apache 2. Recently, I’ve been runni... Nginx Virtualmin Mar 5, 2021 0 4501 Tech Blog
Webmin with Nginx and php-fpm for high performance This article is to install NGINX, a free, open-source, high-performance HTTP server in webmin with php-fpm. NGINX is known for its high performance, ... Nginx Virtualmin Mar 5, 2021 0 3706 Tech Blog
Disable Strict Mode for MySQL 5.7 on Ubuntu 16.04 I was working on an Ubuntu 16.04 LTS server with Virtualmin, Nginx, PHP 7 and MySQL 5.7 when I uncounted an error related to MySQL. Few MySQL queries... Nginx Ubuntu Virtualmin Mar 5, 2021 0 2445 Tech Blog