I have passenger and nginx installed on ubuntu 10.04.
this is how my virtual host config looks like.
server {
listen 80 default;
server_name www.domain.com;
root /rails_app/public;
passenger_enabled on;
}
when i try to start nginx I get the following error.
/etc/nginx/sites-available $
=>sudo service nginx restart
Restarting nginx: nginx: [emerg] unknown directive "passenger_enabled" in /etc/nginx/sites-enabled/001admin.domain.com:5
What Have I missed here. What is the issue?
Thanks nginx: configuration file /etc/nginx/nginx.conf test failed