Running a rails app with Nginx and trying to add wordpress.org in as either a subdomain or subdirectory with same URL. Is this possible? Would running Rails and WP on different servers help? Found plenty of documentation with Apache, but Nginx lacking. Thanks! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I did find several ones on the Internet two days ago. Something likes: location /rails { passenger_min_instances 2; passenger_enabled on; passenger_base_uri /rails_dir; } The example uses Phusion Passenger with NGINX. --Z On Mon, Feb 7, 2011 at 11:56 PM, TJ <tierpin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Running a rails app with Nginx and trying to add wordpress.org in as > either a subdomain or subdirectory with same URL. > > Is this possible? Would running Rails and WP on different servers > help? > > Found plenty of documentation with Apache, but Nginx lacking. > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
The link may be helpful. http://www.buzzwordcompliant.net/2011/01/04/how-to-configure-wordpress-and-rails-within-the-same-nginx-virtual-server/ On Tue, Feb 8, 2011 at 11:29 AM, Zerony Zhao <bw.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I did find several ones on the Internet two days ago. Something likes: > > location /rails { > passenger_min_instances 2; > passenger_enabled on; > passenger_base_uri /rails_dir; > } > > The example uses Phusion Passenger with NGINX. > > --Z > > On Mon, Feb 7, 2011 at 11:56 PM, TJ <tierpin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Running a rails app with Nginx and trying to add wordpress.org in as >> either a subdomain or subdirectory with same URL. >> >> Is this possible? Would running Rails and WP on different servers >> help? >> >> Found plenty of documentation with Apache, but Nginx lacking. >> >> Thanks! >> >> -- >> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Apparently Analagous Threads
- pasenger does not start puppet master under nginx
- max-age/header problems with nginx
- Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
- Nginx + Phusion Passenger 3 problem with "504 Gateway time-out"
- Puppetmaster setup with separate CA server configuration help