Matti Ullahhow-to-setup-the-nginx-in-ubuntu.hashnode.dev·Dec 5, 2024How to setup the nginx on ubuntu/linux for the node js applicationsudo apt install nginx sudo rm sudo vi /etc/nginx/nginx.conf sudo vi /etc/nginx/nginx.conf For Linux sudo yum install nginx For Front End After executing sudo vi /etc/nginx/nginx.conf, the editor will open. Follow these steps: Press i to enter ins...3 likesnginxubumtu
SWATHI PUNREDDYswathireddy.hashnode.dev·Apr 21, 2024Project: Streamlining Node.js Application Deployment with Jenkins Declarative PipelineIn today's fast-paced software development environment, automating the deployment process is not just beneficial but often necessary to maintain efficiency and reliability. Jenkins, a popular automation server, offers a powerful tool called Declarati...247 reads#NodeJSDeployment