Skip to content

Instantly share code, notes, and snippets.

@soundkitchen
Created September 4, 2011 12:00
Show Gist options
  • Save soundkitchen/1192758 to your computer and use it in GitHub Desktop.
Save soundkitchen/1192758 to your computer and use it in GitHub Desktop.
# vim: filetype=nginx :
# this line required.
daemon off;
(snip...)
; vim: filetype=dosini :
[program:nginx]
priority=2
command=/usr/local/bin/pidproxy /var/run/nginx.pid /usr/local/sbin/nginx
stopsignal=INT
stdout_logfile=NONE
stderr_logfile=NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment