@ijanggmu
Software Engineer @Ekbana Solution
Nothing here yet.
Nothing here yet.
Jun 26, 2025 · 2 min read · When hosting an ASP.NET Core application behind a reverse proxy like Nginx, you must configure your app to handle forwarded headers properly. This ensures that properties like Request.Scheme, Request.Host, and HttpContext.Connection.RemoteIpAddress r...
Join discussionJun 12, 2025 · 4 min read · A DDoS attack (Distributed Denial of Service) is a malicious attempt to disrupt the normal traffic of a targeted server, service, or network by overwhelming it with a flood of internet traffic. 🔍 How It Works: Distributed: The attack comes from ma...
Join discussionNov 19, 2024 · 5 min read · To properly document the existing Kubernetes environment setup and replicate it to a new server, you need a comprehensive approach. This includes gathering details about the infrastructure, Kubernetes cluster, services, configurations, and deployment...
Join discussionNov 5, 2024 · 7 min read · In this article, we’ll cover a comprehensive guide to setting up Nginx as a reverse proxy for a .NET application, running it over HTTP initially, and then adding SSL encryption with a free certificate from Let’s Encrypt using Certbot. We’ll also disc...
Join discussion