comegetbravo
Well-Known Member
Hello, which would you recommend for a cloud hosted vps that gets between 20-50k visitors each day?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
nginx all the way in. I had both, nginx way much better than Apache.
I've been running Nginx for a couple of months, my rep at my hosting company suggested I switched to apache2, he said he'd do optimization so it would run as fast as Nginx.
They are both good, you just have to trust the person managing it and have them back it up with some stats. In my exp nginx is better, but there are some interesting things happening with http2 and apache.
A good question is what are you hosting? Static site? WordPress? Are you using caching local or a CDN at all?
Those things are going to impact how much memory you need, file system io requirements, etc...
Let me know and I can help a bit more based on what we see day to day.
Ya with static I would stick with nginx as it will be quicker IMO. Sounds like a great setup, you are freeing up a ton of resources by not hitting php/mysql everytime. Nice jobHTML, CSS and JS - so static.
I use CDN.
I get roughly 80-100k page hits per day, 2gb ram and 2 cpus, seems to work alright for me.
You can always have nginx out in front for images and static content + caching, and apache behind that. Good combo!If one needs a low memory environment, then Nginx is better, but if one needs a wide range of configuration options, then Apache leads the way.
Now that's a joke. There's no way Apache can come near Nginx.I've been running Nginx for a couple of months, my rep at my hosting company suggested I switched to apache2, he said he'd do optimization so it would run as fast as Nginx.
Now that's a joke. There's no way Apache can come near Nginx.
nginx all the way - In the beginning it can be a bit tricky to set it up properly but there is tons of info/resources online to guide you through it.
WOW - that is easyIf you have any trouble in setting the server, use Easyengine...
Is unbelievable easy
HTML, CSS and JS - so static.
I use CDN.
I get roughly 80-100k page hits per day, 2gb ram and 2 CPUs, seems to work alright for me.