Faizul Mustafiz·16 hours agoDockerize Angular and React application with NginxIn this article I will be sharing how you can ship Angular and React applications using docker. Docker is an amazing tool for containerizing and shipping applications. Prerequisites You have an understanding of what Docker is and how to build Angular and React applications and you are also familiar with Nginx…Nginx6 min readNginx6 min read
Marcos Pereira Júnior·22 hours agoUsing NGINX as API GatewayHi everyone! If you ever need to deploy a reverse proxy, you may have heard of NGINX (engine x). In case you haven’t heard it yet, let’s talk a little about it here and how we can use it as an API Gateway. What is NGINX? NGINX is an HTTP server and reverse…Nginx8 min readNginx8 min read
Prasantpant·2 days agoERPNext For Production Via Linux OS Step By Step ( Frappe )Best and Easy way — After ERPNext installed successfully in your device, follow the below instructions to acquire impeccable production for your site. Enable Scheduler bench — site [site-name] enable-scheduler Disable maintenance mode bench — site [site-name] set-maintenance-mode off Setup production config sudo bench setup production [frappe-user] Setup NGINX to apply the changes bench setup nginxNginx2 min readNginx2 min read
MetricFire·17 hours agoHow to monitor NginxIntroduction Are you interested in learning how to monitor Nginx? In this post, we’ll show you all about how Nginx works and how you can use Hosted Graphite to monitor it. First, we’ll read what Nginx monitoring is all about and how it can together work with Prometheus. …Nginx8 min readNginx8 min read
Daniel Rotter·2 days agoConfiguring nginx with php-fpm in kubernetes and the “File not found.” errorFor a course at university I wanted to setup two different containers: One should run a PHP application using php-fpm Another one should run nginx This sounds rather easy, but unfortunately it took me quite some time to get this working. Mostly because I could not find enough information on…Nginx3 min readNginx3 min read
Om Mahale·4 days agoMulti-Database Django API Setup with Docker, Nginx and Django REST FrameworkDjango REST Framework (DRF) is one of the most well known python web framework that is used to build server side application. …Nginx8 min readNginx8 min read
Khalith·3 days agoExploring a Kubernetes ServiceThe Kubernetes Service object and how to deploy a Service with a Pod. We will then explore how to confirm that the ClusterIP Service and Pod are linked. Prerequisites: Basic Kubernetes knowledge Docker installed k3d installed kubectl installed CLI Objectives: Deploy a k3d cluster Discuss Kubernetes Service objects Deploy an NGINX Pod and a Service on the cluster Confirm through the CLI that the NGINX pod is actually part of the Service after deploymentNginx6 min readNginx6 min read
Ahmed K·4 days agoNginx Reverse Proxy Server Setup: A Comprehensive Walkthrough for BeginnersIntroduction: In this tutorial, we will learn how to set up a reverse proxy server using Nginx. A reverse proxy acts as an intermediary between client requests and backend servers, helping to improve performance, security, and flexibility. …Nginx4 min readNginx4 min read
Michael Bladowski·4 days agoA story about Caddy, Nginx, and some Laravel routingThis is just a sad story of me getting crazy with something that sounds so stupid and simple in the first place, that you think, it should be done in 5 minutes — but after several hours of trying, I gave up. Yes, I had to admit, that the Internet…Nginx6 min readNginx6 min read
DeshDeepakDhobi (DD)·4 days agoHow to install and configure SonarQube on AWS EC2 Ubuntu 22.04 and 20.04 (Full Setup)?Humans do make mistakes and when it comes to mistakes in the codes it is too much to manage and handle and there comes SonarQube to rescue. SonarQube is a code quality assurance tool used for continuous inspection of code quality to perform automatic reviews with analysis of code to…Nginx9 min readNginx9 min read