What's the best way to run Wordpress on the same domain as a Rails application?

后端 未结 5 1726
悲&欢浪女
悲&欢浪女 2021-02-05 17:36

I\'ve got a standard Rails app with Nginx and Mongrel running at http://mydomain. I need to run a Wordpress blog at http://mydomain.com/blog. My preference would be to host th

5条回答
  •  借酒劲吻你
    2021-02-05 18:15

    The answers above pretty addresses your question.

    An alternative FCGI would be to use php-fpm. Docs are a tad sparse but it works well.

提交回复
热议问题