Ah, fantastic to hear - I shouldn't have presumed you had that sphinx.yml set up :)
Thanks Jim! -- Pat On 20/05/2010, at 7:31 PM, Gordon Yeong wrote: > Jim, > thank you very much. > It worked like a charm. > • added your sphinx.yml file > • ran "rake ts:rebuild" > • stopped nginx > • restarted nginx > tested and works fine on development and production environments. > > cheers! > > > On 20 May 2010 13:11, Jim Ruther Nill <[email protected]> wrote: > add a sphinx.yml file inside the config directory with the following lines > > development: > port: 9313 > production: > port: 9314 > > then run rake ts:rebuild. > > This should override the port settings for the respective environment. > > > -- > 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. -- 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.
