Boxen **Your team’s IT robot** Administrator **More About Boxen** A good subtitle* It’s a dangerously opinionated framework that automates every pie... Nginx mrt. 5, 2021 0 2355
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 mrt. 5, 2021 0 2640
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 mrt. 5, 2021 0 2471
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 mrt. 5, 2021 0 2328
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 mrt. 5, 2021 0 2320
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 mrt. 5, 2021 0 2520
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 mrt. 5, 2021 0 2449
Mautic nginx config # redirect some entire folders rewrite ^/(vendor|translations|build)/.* /index.php break; location / { # First attempt to serve request as ... Nginx mrt. 5, 2021 0 2801
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 mrt. 5, 2021 0 3166
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 mrt. 5, 2021 0 4507
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 mrt. 5, 2021 0 3713
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 mrt. 5, 2021 0 2452