From b7d16866fae5fe28e0f95a90d3f4d300a841df32 Mon Sep 17 00:00:00 2001 From: devil1591 Date: Mon, 19 Sep 2016 21:39:28 +0200 Subject: [PATCH] Updated Caddy as a service examples (markdown) --- Caddy-as-a-service-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddy-as-a-service-examples.md b/Caddy-as-a-service-examples.md index bbf27ff..3f043f6 100644 --- a/Caddy-as-a-service-examples.md +++ b/Caddy-as-a-service-examples.md @@ -11,7 +11,7 @@ Example for an init script on FreeBSD: https://gist.github.com/dprandzioch/f3a0b ### Windows -You can use [nssm.cc](https://nssm.cc/) in order to automaticaly lauch, and restart if crashed Caddy. +You can use [nssm.cc](https://nssm.cc/) in order to automaticaly launch, and restart if crashed Caddy. First download both NSSM and Caddy then extract them to c:\myserver\ Then install Caddy as a service by entering the following commands in your Terminal: `c:\myserver\nssm.exe install Caddy c:\myserver\caddy.exe`