Guest User

Untitled

a guest
Jan 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # If you want to use nginx + passenger, I would suggest to install package first, then delete it.
  2. # This action will give you init.d script.
  3. # Then simply install passenger and allow it to compile nginx for you.
  4. # Correct the paths in /etc/init.d/nginx script, and you're good to go.
  5.  
  6. check process nginx with pidfile /var/run/nginx.pid
  7. start program = "/etc/init.d/nginx start"
  8. stop program = "/etc/init.d/nginx stop"
Add Comment
Please, Sign In to add comment