Nginx is a free, high performance and open-source HTTP and reverse proxy server. It can be used as a standalone web server, and as a reverse proxy for Apache and other web servers. In this guide, we will show you how to start, stop and restart Nginx on Linux. For a system administrator or a
nginx - DesignLinux
How to Install Odoo 14 on Ubuntu 20.04
Odoo is a popular open-source suite of business apps that help companies to manage and run their business. It includes a wide range of applications such as CRM, e-Commerce, website builder, billing, accounting, manufacturing, warehouse, project management, inventory, and much more, all seamlessly integrated. Odoo can be installed in different ways, depending on the use
Secure Nginx with Let’s Encrypt on Ubuntu 20.04
Let’s Encrypt is a free, automated, and open certificate authority developed by the Internet Security Research Group (ISRG) that provides free SSL certificates. Certificates issued by Let’s Encrypt are trusted by all major browsers and valid for 90 days from the issue date. This tutorial explains how to install a free Let’s Encrypt SSL certificate
How To Set Up Nginx Server Blocks on Ubuntu 20.04
A server block is an Nginx directive that defines settings for a specific domain, allowing you to run more than one website on a single server. For each website, you can set the site document root (the directory which contains the website files), create a separate security policy, use different SSL certificates, and much more.
Secure Nginx with Let’s Encrypt on Ubuntu 20.04
Let’s Encrypt is a free Certificate Authority (CA). It provides a simple way to obtain, install and renew free TLS/SSL certificates. This guide will help you to obtain and install free SSL certificate and Secure Nginx with Let’s Encrypt on Ubuntu 20.04. It is recommended that to use a separate Nginx server block file instead