Boxen **Your team’s IT robot** Administrator **More About Boxen** A good subtitle* It’s a dangerously opinionated framework that automates every pie... Nginx мар. 5, 2021 0 2346
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 мар. 5, 2021 0 2626
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 мар. 5, 2021 0 2464
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 мар. 5, 2021 0 2316
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 мар. 5, 2021 0 2310
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 мар. 5, 2021 0 2508
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 мар. 5, 2021 0 2439
Mautic nginx config # redirect some entire folders rewrite ^/(vendor|translations|build)/.* /index.php break; location / { # First attempt to serve request as ... Nginx мар. 5, 2021 0 2781
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 мар. 5, 2021 0 3150
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 мар. 5, 2021 0 4494
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 мар. 5, 2021 0 3700
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 мар. 5, 2021 0 2441