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 2468
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 3159
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 4501
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 3706
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 2445
odoo9 virtualmin ubuntu Set up server (Ignore if Virtualmin already installed) Install OS Run OS Updates Install Virtualmin Note the version of PostgreSQL installed Create ... Odoo Ubuntu Virtualmin mrt. 5, 2021 0 2524
Nginx – Virtualmin – Odoo – configuration SSL server { listen 159.253.1.165:80 default; server_name _; access_log /var/log/nginx/default.access.log; error_log /var/log/nginx/default.error.log; ss... Nginx Odoo Virtualmin mrt. 5, 2021 0 2554
Nginx – Odoo – VPS – Ubuntu location /odoo/ { rewrite ^/odoo(/.*)$ $1 break ; proxy_pass http:// localhost : 8069 / ; proxy_set_header Host $host ; proxy_set_header X-Re... Nginx Odoo Ubuntu Virtualmin mrt. 5, 2021 0 2306
How to redirect website to our own domain? The ‘root’ of our account on Odoo SAAS is now: https://my-company.odoo.com and this is also the Homepage of the website on the Odoo system. How can I... Nginx Odoo Virtualmin mrt. 5, 2021 0 2428
Virtualmin, Apache, and Nginx Reverse Proxy I wanted to be able to setup a reverse proxy with nginx and apache but continue using Virtualmin GPL to manage my domains. The only reason I wanted a... Nginx Ubuntu Virtualmin mrt. 5, 2021 0 2853
Postfix automated backup/secondary email server with Virtualmin There are various guides online for setting up Postfix as a backup (hold and forward) mail server which knows which accounts are valid on the primary... Virtualmin mrt. 5, 2021 0 3073
Sender Dependent Outgoing IP Address **Introduction to Outgoing IPs** By default, when your mail server sends out email the SMTP connection will come from the system’s default IP ad... Virtualmin mrt. 5, 2021 0 2267