Answer the question
In order to leave comments, you need to log in
ruby passanger nginx
Little experience with nginx, and no experience with ruby.
It seems like everything should work, but nginx writes in the error.log: “cache: [GET /] miss”
and the browser displays an empty page with status 200.
settings:
Tell me which way to dig
server {
listen :80;
server_name example.ru;
root /home/www/public;
passenger_enabled on;
rails_spawn_method smart;
rails_env production;
}
Answer the question
In order to leave comments, you need to log in
Isn't it the same problem?
The way out is to roll back the nginx version to 1.0.x and sit and wait for the amendment, work is underway.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question