Jason Joseph Nathangeekist.co·Dec 23, 2024The Art of ProxyingWelcome back to the Taming Nginx series! In this article, we’re diving into the art of reverse proxying. While many guides focus on the basics, this article is for those who want to push Nginx to its limits, we'll explore advanced and peculiar use ca...Taming NginxLayer 7
Zeyu Baizeyu.hashnode.dev·Dec 20, 2024Chapter 4: Use Container to run Nginx and Docker commands1. Use docker to run Nginx 1.1 Use 'docker run' to run Nginx 1.1.1 Inpect the process of downloading the image Loking for the image locally # docker run -d nginx:latest Unable to find image 'nginx:latest' locally latest: Pulling from library/nginx...Docker from Zero to HeroDocker
MAMADOU YAYA DIALLOmombesoft.hashnode.dev·Dec 20, 2024📚 Créer un cluster kube local avec kindKind : Kubernetes In Docker (mettre kubernetes dans un conteneur Docker) Kind est un outil qui permet de créer des clusters Kubernetes dans des conteneurs Docker. C'est un outil conçu à la base pour tester kubernetes lui-même, mais aujourd'hui, il es...Kubernetes
Erik ChenforTenten - AI / ML Developmentdeveloper.tenten.co·Dec 20, 2024Ghost CMS Upgrade & Security Guide: Enhance Your Website's Safety and PerformanceLearn how to upgrade your Ghost CMS to the latest version and implement robust security measures to protect your website from threats. Prerequisites Before starting the update process, ensure you: Have SSH access to your server Are using MySQL in ...ghost
Jason Joseph Nathangeekist.co·Dec 20, 2024Wildcard SSL and BeyondThis is the third article in the Taming Nginx series, where we explore creative ways to configure Nginx. In this article, we focus on securing your web server with SSL, wildcard certificates, and we touch on mutual SSL. So far, we've covered: Smarte...mutual-ssl
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 19, 2024Hosting a website on an AWS EC2 instance with an nginx web server.Nginx is a high-performance HTTP server, reverse proxy server, and an IMAP/POP3 proxy server. It is known for its stability, rich feature set, simple configuration, and low resource consumption. Here's how to install and configure Nginx on an Ubuntu ...nginx
Jason Joseph Nathangeekist.co·Dec 19, 2024Building the FoundationIn the previous article, I talked about how to manage your sub-domain setup with Nginx in a streamlined way. In this one, we'll dive into common approaches to structuring folders on your server and share the system I’ve settled on. Traditionally, mos...48 readsTaming Nginxnginx
Jason Joseph Nathangeekist.co·Dec 18, 2024Smarter Defaults for Subdomains and SSLOver the decades, I’ve developed a convention for working with Nginx that simplifies subdomains and SSL. While there’s no shortage of broad tutorials on Nginx, I’ve often wondered: why are so many processes still so manual? More importantly, why aren...1.5K readsTaming Nginxnginx
Dhairya Patelblog.dhairyapatel.in·Dec 14, 2024Deploying a Django WebSocket Application with Uvicorn, Nginx, and PostgreSQLIn this comprehensive guide, we'll walk through the process of deploying a Django application that uses WebSockets. We'll set up a production-ready environment using Uvicorn as the ASGI server, Nginx as a reverse proxy, and PostgreSQL as the database...1 like·42 readsDeploymentDjango
Neha Bawaneneha1302.hashnode.dev·Dec 13, 2024Prometheus Monitoring with Email AlertsProject Overview: Monitoring and Alerting System This project is focused on implementing a monitoring and alerting system to track the status of various components within a web application and its underlying infrastructure. The system ensures that if...1 like·31 reads#prometheus