Reputation: 810
I currenly running a rails web app on nginx on ubuntu, now I aim to deploy a wordpress instance to it also. Is it possible to deploy a wordpress instance also to nginx server. I try to search on internet but it gives different ways to integrate php and nginx server to run WordPress. I've confused much more with these different posts on internet. Do you suggest a way to accomplished it in a easy way?
By the way I am currently running a rails application on that nginx server that comes from "Passenger" installation.
Upvotes: 1
Views: 888
Reputation: 13381
I recommend looking for a tutorial that targeted not only at Nginx and Wordpress, but also for other details of your situation: What operating system you are installing on, and whether you are looking for a single site or multi-site installation.
For example, here's a nice step-by-step tutorial for installing Wordpress on Nginx, but in your case, perhaps 'spawn-fcgi' can be installed from a package instead, or perhaps you need multi-site support.
It should not be a conflict that you already have a Rails app running on the same server.
Upvotes: 2