nginx

  1. Andy

    How to install The Lounge web IRC chat on Ubuntu server with Let's Encrypt https

    This tutorial will guide you to install The Lounge on Ubuntu server 18.04 LTS. Log into the Ubuntu virtual machine and perform some initial setup before installing The Lounge: andy@thelounge:~$ sudo apt update andy@thelounge:~$ sudo apt upgrade andy@thelounge:~$ sudo apt dist-upgrade Install...
  2. Andy

    Redirect HTTP to HTTPS using Nginx

    In this post, I will share my very simple configuration to redirect HTTP to HTTPS using Nginx web server. With my configuration below, Nginx will simply forwards port 80 to 443. Very useful when you have a service that only listens on 443 (https) then you can use Nginx to forward all of your...
Back
Top