Hi All, I am running into a trouble since last two days. When I run my rails application into production mode using nginx+passenger, delta indexing is not working. When I add any record into my table I found a following error into error.log of nginx
FATAL: config file '<my application path>/config/ development.sphinx.conf' does not exist or is not readable Actually it should look for production.sphinx.conf. And if I search for any record which are indexed at server start time (rake ts:in RAILS_ENV=production), it shows those records but not newly added record since above error. If I run same application into development mode mode using nginx +passenger or into mongrel using development or production mode it works perfectly. Is I missed some thing that I have to in production mode. Regards, Rahul P. Chaudhari -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
