From b5219d76d3df8f73a43973f2af7a3fb6541523fe Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Mon, 26 Feb 2024 08:46:19 -0500 Subject: [PATCH] Update _index.en.md Changed NSSM download link to use the GitHub URL instead --- content/self-host/rustdesk-server-oss/windows/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/rustdesk-server-oss/windows/_index.en.md b/content/self-host/rustdesk-server-oss/windows/_index.en.md index 62c4220..593b9b1 100644 --- a/content/self-host/rustdesk-server-oss/windows/_index.en.md +++ b/content/self-host/rustdesk-server-oss/windows/_index.en.md @@ -24,7 +24,7 @@ While the benefits of PM2 include: ### Installing using NSSM #### Installing NSSM -Please [download](https://nssm.cc/release/nssm-2.24.zip) and extract NSSM select the appropriate +Please [download](https://github.com/dkxce/NSSM/releases/download/v2.25/NSSM_v2.25.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.