Engr. Animashaun Fisayo Michaelfmanimashaun.hashnode.dev·15 hours agoDeploying a LEMP Stack on AWS EC2: A Step-by-Step GuideThe LEMP stack is a popular group of open-source software that powers dynamic websites and web applications. It stands for Linux, Nginx (pronounced Engine-X), MySQL, and PHP. If you're familiar with the LAMP stack (which uses Apache instead of Nginx)...DiscussLEMP STACK PROJECT
Abishek Kafledevops.abisec.xyz·a day agoHide Nginx Server Information for Better SecurityWhile deploying APIs on nginx server, we should be aware about future possible vulnerable cases. So better to prevent such possible vulnerability and threats on time. There are several cves published regularly. In case, attacker know our server info,...Discuss·26 readsDevOpsnginx
Ankita Lunawatcloudhub2295.hashnode.dev·Sep 12, 2024To install Nginx on UbuntuNginx is a powerful and versatile server used for web hosting, reverse proxying, and handling large amounts of traffic efficiently. Key Features of Nginx Web Server: Nginx can serve static content (HTML, CSS, JS, images) very efficiently. Reverse...Discussnginx
Aasifa Shaikmysoftwarediary.hashnode.dev·Sep 11, 2024Automating Frontend App Deployment with Jenkins and NginxIf you're managing a frontend web app, Jenkins and Nginx are powerful tools that can help automate deployment and ensure your app is served efficiently. This guide walks you through the steps to deploy your frontend app using Jenkins and Nginx. Jenk...Discuss·1 likefrontend-deployment
Rajendra Patilrajendrapatil9949.hashnode.dev·Sep 9, 2024#90DaysOfDevops | Day 31What is minikube?Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare-metal. Minikube is a pared-down version of Kubernetes that gives you all the benefits of...Discuss#90daysofdevops
Alla Yasheelacloud-z.hashnode.dev·Sep 8, 2024How to Create a Virtual Network and Deploy an NGINX Web Server on AzureIn this blog post, we'll walk through the steps to create a Virtual Network (VNet), deploy a Virtual Machine (VM) with NGINX, and connect it securely using Azure Bastion. This guide is designed for beginners, so we'll keep things straightforward and ...DiscussAzureDevOpsnginx
Amitabh soniamitabhdevops.hashnode.dev·Sep 7, 2024DevOps Zero to HeroMastering Passwordless Authentication, Ansible Ad-hoc Commands, Playbooks & Roles The journey to mastering DevOps is both challenging and rewarding, with countless opportunities to learn and grow. Recently, I reached a milestone by completing Lecture...Discuss·10 likes·27 readsDevops
grant horwoodgbhorwood.hashnode.dev·Sep 6, 2024nginx: putting your site in ‘downtime’ for everyone except youwe've all been in that less-than-ideal situation of something going horribly awry in production and having to put the site into downtime while we fix it. that "scheduled maintenance"[sic.] page is important because it keeps users from seeing our glar...Discussnginx
Saksham Tomersakshamtomar.hashnode.dev·Sep 6, 2024Building a Scalable CI/CD Pipeline with Jenkins, AWS CodeDeploy, and Auto Scaling for Web ApplicationsPrerequisites AWS Account: Ensure you have access to AWS services like EC2, CodeDeploy, Auto Scaling, and others, with the necessary permissions. Jenkins Server: Set up Jenkins on a separate EC2 instance dedicated to CI/CD tasks, independent from t...DiscussDevops
Vignesh Kadamvigneshkadam.hashnode.dev·Sep 6, 2024Dockerizing a Static Website with NGINXIn this tutorial, I'll guide you through the process of Dockerizing a simple one-page website using an NGINX server and running it on port 80. Whether you're just starting or looking to add a new project to your portfolio, this step-by-step guide wil...DiscussDocker