
Configure Odoo with Nginx as a Reverse Proxy
Odoo comes with a built-in web server, but in most cases it is recommended to have a reverse proxy in front of it which will act as an intermediary between the clients and the Odoo server. This guide provides instructions on how to use Nginx as a reverse proxy to Odoo.
Read more

How to Install Nginx on Ubuntu 16.04
In this tutorial, we'll discuss how to install and manage Nginx on Ubuntu 16.04 systems. Nginx pronounced engine x is a free, open-source, high-performance HTTP and reverse proxy server.

Secure Nginx with Let's Encrypt on Ubuntu 16.04
In this tutorial, we'll provide a step by step instructions about how to secure your Nginx with Let's Encrypt using the certbot tool on Ubuntu 16.04

How to Install Odoo 11 on Ubuntu 16.04
Odoo is one of the most popular business softwares in the world. This guide covers the steps necessary for installing and configuring Odoo using Git source and Python virtual environment on Ubuntu 16.04