From 2a853c6e1efbdfcdcfa66f70130db4bde8d156e6 Mon Sep 17 00:00:00 2001 From: Fausto Gutierrez <28719096+faustogut@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:57:35 +0100 Subject: [PATCH] Fix nssm download link (add https) --- content/self-host/windows/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/windows/_index.en.md b/content/self-host/windows/_index.en.md index c82f14e..9db3b4a 100644 --- a/content/self-host/windows/_index.en.md +++ b/content/self-host/windows/_index.en.md @@ -20,7 +20,7 @@ While the benefits of pm2 include: ## Installing using NSSM ### Installing NSSM -Please [download](http://nssm.cc/release/nssm-2.24.zip) and extract NSSM select the appropriate +Please [download](https://nssm.cc/release/nssm-2.24.zip) and extract NSSM select the appropriate architecture to your windows system (if x86 use the contents of the win32 folder, if x64 use the contents of win64 folder). It is also best practice to move the binary of NSSM into the `Program Files\NSSM` (NSSM once started as a service, it cannot be moved from the directory it was placed in.