From 0652c6826fc179ad3dc121737e8e2352f8192b36 Mon Sep 17 00:00:00 2001 From: "Peter T. Walker" <108812366+petertimwalker@users.noreply.github.com> Date: Fri, 24 May 2024 17:36:52 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e63556..063283a 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,6 @@ I use certbot to create the https certifications ```sudo yum install -y certbot``` ```sudo certbot certonly --standalone -d api.peterwalker.xyz``` + +I run this process in the background of my EC2 server using +```nohup sudo node server.js &```