node.js serve a wordpress blog

前端 未结 6 1110
Happy的楠姐
Happy的楠姐 2020-12-17 19:40

I am using node.js on my rackspace server to serve my various applications. (Using node-http-proxy).

However, i would like to start a wordpress blog. The only way to

6条回答
  •  没有蜡笔的小新
    2020-12-17 19:40

    You need some server running to execute the PHP. Node is JavaScript.

    Whether that's apache, or nginx/php-fpm or just php-fpm, you need something to actually run the wordpress code, then use the same proxying system you are using now.

提交回复
热议问题