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

后端 未结 5 1723
悲&欢浪女
悲&欢浪女 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:36

    Nginx now provides a script for doing this if you're in the EC2 / AWS environment.

    It may be easily adaptable to your situation. It's pretty handy.

提交回复
热议问题