Noibi Abdulrasaq O.olixpin.hashnode.dev·4 hours agoSetting up a Local Multi-Tier Java Web Application Manually: A Beginner's Guideintroduction Are you an aspiring DevOps engineer looking to sharpen your skills and dive into a hands-on project? If so, you're in the right place. In this article, we'll walk you through the process of setting up a local multi-tier Java web applicat...Discussnginx
Noibi Abdulrasaq O.olixpin.hashnode.dev·4 hours agoSetting up a Local Multi-Tier Java Web Application Manually: A Beginner's Guideintroduction Are you an aspiring DevOps engineer looking to sharpen your skills and dive into a hands-on project? If so, you're in the right place. In this article, we'll walk you through the process of setting up a local multi-tier Java web applicat...DiscussDevops
Adarsh Kumartechieadarsh.hashnode.dev·Sep 29, 2023How To Set Up a Reverse Proxy for Nginx (Step-By-Step)Step 1: Install Nginx Open a terminal and enter the following: sudo apt-get update Allow the package manager to finish refreshing the software lists, then enter the following: sudo apt-get install nginx -y Step 2 (optional): Add Security Key In a t...Discuss·26 readsReverse Proxy
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Sep 27, 2023Setting up Nginx on AWS ECSIf you're looking to run a web server on AWS's Elastic Container Service (ECS) using Fargate launch types, Nginx is a solid choice. AWS offers official images for Nginx that can be quickly deployed, making setup a breeze. Let's walk through the proce...Discuss·33 readsECS
Diksha Mehtadiksha91.hashnode.dev·Sep 27, 2023Deploying a Website on AWS EC2 instance using NGINX :Requirements: Before we started make sure that you have running AWS account. Step 1: Launch an EC2 Instance : Firstly Login to your AWS account and follow the steps : Go for Ec2 and click on launch instance. Give name for an instance and select Ubu...Discuss·50 readsnginx
Bhavesh Yadavcodezera.hashnode.dev·Sep 26, 2023NGINX Reverse Proxy: Streamlining Your Full Stack Web App DeploymentIn this blog, we will discuss how to configure Nginx as a reverse proxy for a full-stack web application with a frontend on React and a backend on Node.js. We will cover the following topics: Introduction to Nginx Setting up a React frontend and No...DiscussNGINXnginx
Oğuzhan Kalelioğluoguzhankalelioglu.com·Sep 25, 2023Nginx Kurulumu Nasıl Yapılır?Geçenlerde bir projede apache yerine nginx kullanmamız gerekti. Aslında sonradan anladın ki nginx de kullansak, apache de kullansak sorunumuz çok başka bir şeymiş. Yine de böylece hızlıca bir nginx nasıl kurulur hikayesi ortaya çıktı. Bende bunu kısa...Discuss·28 readsLinux 🐧Devops
Bhavesh Yadavcodezera.hashnode.dev·Sep 25, 2023Mastering NGINX: A Comprehensive Guide to Web Server Configuration and OptimizationNGINX is a powerful open-source web server that has gained immense popularity in recent years due to its ability to handle high-traffic loads and improve website performance. With its modular architecture and flexible configuration options, NGINX has...DiscussNGINX2Articles1Week
Abhishek Landgedevopsabhii.hashnode.dev·Sep 24, 2023Deploying Django Note-App with Nginx, Docker, and GitHubwhat is NGINX Nginx, often pronounced as "engine-x," is a powerful and versatile open-source web server and reverse proxy server. It's known for its efficiency, speed, and scalability, making it a popular choice for serving websites and applications....Discuss·10 likes·39 readsnginx
kushagradevops121.hashnode.dev·Sep 23, 2023Project :- Deploying a 2-Tier architecture with help of jenkins on AzureThe Active link For this project is : - http://20.40.57.2:80 Github Repo Link :- https://github.com/kus123123/django-notes-app.git The 2 contains one frontend and other sqlite . Steps To Follow Create a Virtual Machine in azure with ubuntu os . i h...DiscussJenkins