From 6486f7ba3bea4b0a35b95b6f720263dfd1382999 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 8 Nov 2024 18:20:53 +0100 Subject: [PATCH] docs: refactor the documentation page about deploying MERNMail with PM2 and NGINX --- docs/deployment/pm2-nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/pm2-nginx.md b/docs/deployment/pm2-nginx.md index bf2131e..7820d23 100644 --- a/docs/deployment/pm2-nginx.md +++ b/docs/deployment/pm2-nginx.md @@ -1,6 +1,6 @@ # Deploy with PM2 + NGINX -PM2 is a process manager for Node.JS applications with a built-in load balancer. NGINX is a popular web server and reverse proxy software. This tutorial will guide you on how to deploy MERNMail application with PM2 and NGINX on GNU/Linux systems. +PM2 is a process manager for Node.JS applications with a built-in load balancer. NGINX is popular web server and reverse proxy software. This tutorial will guide you on how to deploy MERNMail application with PM2 and NGINX on GNU/Linux systems. ## 1. Clone the Repository @@ -35,7 +35,7 @@ pm2 start npm --name "MERNMail" --start pm2 startup ``` -After running the `pm2 startup` command, run the command shown in the output to the terminal to start the PM2 daemon when the OS boots up. +After running the `pm2 startup` command, run the command shown in the terminal to start the PM2 daemon when the OS boots up. ## 5. Install and Set Up NGINX