Server Farm Setup for Knife Depot
musumeche.com
Server Farm Setup for Knife Depot
1–10 of 19 posts
Re: Server Farm Setup for Knife Depot
#2Re: Server Farm Setup for Knife Depot
#3Re: Server Farm Setup for Knife Depot
#4Did you consider running nginx for your PHP application servers as well?
Also, can I ask what sort of traffic you get per {{ time period }} ??
Re: Server Farm Setup for Knife Depot
#5Re: Server Farm Setup for Knife Depot
#6Would it be possible to take something like that UML, package it up in Docker and have it deploy to your vps in a more complex heroku way? I think that would solve a few common problems.
Re: Server Farm Setup for Knife Depot
#7I would remove varnish and use nginx anyday. Varnish config makes baby jesus cry.
Re: Server Farm Setup for Knife Depot
#8Why do you dislike NGINX?
Re: Server Farm Setup for Knife Depot
#9Nice diagram, I'm borrowing it as a reference for the setup I'm going to be designing for work soon :-) Did you consider running nginx for your PHP application servers as well? Also, can I ask what sort of traffic you get per {{ time period }} ??
Re: Server Farm Setup for Knife Depot
#10Why do you dislike NGINX?
I don't dislike it at all. I just was hoping to have varnish handle everything on that server.
NGINX is pretty awesome as a reverse proxy (as you must know) but its very nice when you use it as your web server too.