0

I installed phusionpassenger nginx module . And I had to choose the nginx source path to make it go . But after the whole process .

When In My Terminal I type :

sudo service nginx start

or,

nginx -s signal

it doesn't work , But it is there in /opt/nginx path.

Again the message I am getting is :

The program 'nginx' can be found in the following packages:
* nginx-core
* nginx-extras
* nginx-full
* nginx-light
* nginx-naxsi
Try: sudo apt-get install <selected package>

so , what should I do now ?

Mahabub Islam Prio
  • 1,075
  • 11
  • 25

1 Answers1

1

You see this message because passenger doesn't install init.d script for start/stop nginx. You should create it manually. I am using such nginx init.d script.

Maxim
  • 9,701
  • 5
  • 60
  • 108