Big things to do when deploying a rails app

后端 未结 3 1330
刺人心
刺人心 2021-02-02 02:38

In the question What little things do I need to do before deploying a rails application I am getting a lot of answers that are bigger than \"little things\". So this question is

3条回答
  •  滥情空心
    2021-02-02 03:29

    Choose a web server / load balancer

    My preferred server is nginx, but the common pattern is to start with apache + mod_proxy_http.

提交回复
热议问题