Skip to content

Instantly share code, notes, and snippets.

@abrongersma
Forked from ku1ik/nginx.conf
Created April 3, 2014 01:42
Show Gist options
  • Save abrongersma/9946837 to your computer and use it in GitHub Desktop.
Save abrongersma/9946837 to your computer and use it in GitHub Desktop.
description "nginx http daemon"
start on runlevel [2]
stop on runlevel [016]
console owner
exec /opt/nginx/sbin/nginx -c /opt/nginx/conf/nginx.conf -g "daemon off;"
respawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment