VPS setup

Protecting your Nginx installation from malicious domains pointing to it

When setting up Nginx, it will automatically use your first

Nginx Config file examples for serving django/gunicorn

Basic barebones setup file talking to gunicorn socket On the

Configure Github access for your Ubuntu VPS

TL;DR Run the following on your VPS server, to

Setting up a firewall using UFW

TL;DR sudo ufw status sudo ufw app list sudo

Setting up Nginx

TL;DR sudo apt-get update sudo apt-get install nginx nginx

Setting up a non-root user account

TL;DR user=<your chosen username> adduser $user