Browsing Tag
nginx
13 posts
How to setup and configure NGINX on Ubuntu
In this article, you will learn how to setup and configure NGINX on ubuntu, configuring the firewall, managing…
My Development Favorite Commands Cheatsheet
CentOS 8 List any process listening to the given port: lsof -i:5000 To kill a process by ID:…
Deploy a Django Rest Api on AWS EC2 using Docker, NGINX, Gunicorn and GitHub Action.
Django, a high-level Python web framework, is a popular choice for building RESTful APIs. Once your Django Rest…
SETTING UP NGINX SERVER ON UBUNTU
I installed VMware Workstation Pro and deployed Ubuntu on it Opened Ubuntu terminal and ran commands to install…
Installing WordPress with Nginx in Ubuntu
To install WordPress with Nginx on Ubuntu, follow these steps: 1. Update your system sudo apt update 2.…
ServBay 1.7.0 Released: Now with NGINX Support!
We’re thrilled to announce the latest update to ServBay, your powerful all-in-one development environment management tool! With this…
Easy Web App Deployment: Python Flask, MongoDB, and Nginx with Docker Compose 🚀🐍
Welcome to this blog!💻🚀 The primary goal here isn’t to delve deeply into the code but to demonstrate…
Sherlock Holmes: The Case of the Content Length Mismatch
Welcome to our Sherlock Holmes-inspired tech adventure Series! Imagine each technical challenge as a thrilling mystery waiting to…
How to Serve an Angular App with Nginx
Installing Nginx on Windows 1… – Download the latest version of Nginx for Windows from the official Nginx…
Should I use Nginx or Apache Server?
Both Nginx and Apache are popular webservers that are used to host applications and websites on the world…