diff --git a/Caddy-as-a-service-examples.md b/Caddy-as-a-service-examples.md index 7c00459..81a3d76 100644 --- a/Caddy-as-a-service-examples.md +++ b/Caddy-as-a-service-examples.md @@ -17,4 +17,7 @@ You can use [nssm.cc](https://nssm.cc/) in order to automaticaly launch, and res 2. Then install Caddy as a service by entering the following commands in your Terminal: `c:\myserver\nssm.exe install Caddy c:\myserver\caddy.exe` -`c:\myserver\nssm.exe set Caddy AppDirectory C:\myserver\` +`c:\myserver\nssm.exe set Caddy AppDirectory C:\myserver\` +`c:\myserver\nssm.exe set Caddy AppParameters -agree=true -log=C:\myserver\Caddylog.log` +Or whatever parameters you need to pass +