Will an Nginx as reverse proxy for Apache help on dynamic content only

前端 未结 5 1052
我寻月下人不归
我寻月下人不归 2021-02-03 14:57

I am planning to move all my static content to a CDN so on my server I only have dynamic content left. I now have Nginx set up as reverse proxy to Apache. The static request tha

5条回答
  •  Happy的楠姐
    2021-02-03 15:07

    nginx in front is the best solution in case you use Apache 1.3:

    nginx can easily serve thousands of conections, but Apache can't

提交回复
热议问题