Explore >> Select a destination


You are here

www.integralist.co.uk
| | blog.chand1012.dev
3.0 parsecs away

Travel
| | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.
| | squanderingti.me
2.3 parsecs away

Travel
| | A handy explanation for the fields in a digital certificate.
| | alexzeng.wordpress.com
2.6 parsecs away

Travel
| | I'm working on setup authentication for an internal website recently.To protect usernames and passwords, setting up HTTPS is very necessary. Here is my first trial on HTTPS/SSL: Step 1. Check if apache has ssl module compiled Step 2. Compile apache if it didn't have ssl module Step 3. Config apache SSL A. Load ssl module,...
| | nindalf.com
13.5 parsecs away

Travel
| This article provides a step-by-step guide on setting up a static blog using Hugo, Git, Nginx, and Let's Encrypt on a Linux server.