Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # /etc/init/nginx.conf
  2.  
  3. description "nginx http daemon"
  4.  
  5. start on runlevel [2]
  6. stop on runlevel [016]
  7.  
  8. exec /opt/nginx/sbin/nginx -c /opt/nginx/conf/nginx.conf -g "daemon off;"
  9.  
  10. respawn
Add Comment
Please, Sign In to add comment