I have installed nginx on my Ubuntu 10.04 box. With passenger 3.
Now I've got everything setup correctly; how do I ensure that nginx will start on boot everytime?
|
I have installed nginx on my Ubuntu 10.04 box. With passenger 3. Now I've got everything setup correctly; how do I ensure that nginx will start on boot everytime? | |||
|
feedback
|
|
Yo can use the command Be careful, any change will be immediately applied. | |||
feedback
|
|
If you installed from the deb package using Otherwise, the way to do this is to create a startup script. Likely nginx already has one created for just such a purpose, although you could create one if you really wanted to. These scripts go into However, in Ubuntu, this has largely been replaced by Upstart which is a whole different way of doing things. | |||
|
feedback
|
|
You may want to install the | |||
|
feedback
|