node.js - Hosting Ghost blog without NginX or Apache -


i've decided take plunge , make next blog in ghost 0.4.1 rather wordpress. client has small amount of traffic, , easy never need load balanced across multiple servers.

my question is: ghost can configured listen port, can use web server listening port 80? there problem doing this?

followup question: every example shows hosting apache or nginx, there security or performance reason this?

thanks in advance!

you can run ghost on port 80 recommended run ghost on port 2368 , proxy requests through apache or nginx.

you can checkout this article example of how install ghost , run on port 80. highly recommend reading through this article , proxying requests through nginx. ghost running on port 2368 can use low privileged user start ghost , therefore not have use higher privileged user start ghost.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -