Updated Caddy as a service examples (markdown)

devil1591 2016-09-19 21:39:28 +02:00
parent a67fc54ab3
commit b7d16866fa

@ -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`