Skip to content

Instantly share code, notes, and snippets.

@misterdai
Created February 6, 2014 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save misterdai/8841764 to your computer and use it in GitHub Desktop.
Save misterdai/8841764 to your computer and use it in GitHub Desktop.
nginx XML
<service>
<id>nginx</id>
<name>nginx</name>
<description>nginx</description>
<executable>c:\nginx\nginx.exe</executable>
<logpath>c:\nginx\</logpath>
<logmode>roll</logmode>
<depend></depend>
<startargument>-p c:\nginx</startargument>
<stopargument>-p c:\nginx -s stop</stopargument>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment