@christinelove Hah, Vectrex. A kid on my street actually had one of those when I was also a kid (I think it was pretty old by then). It was a neat gadget.
#Ethiopia government estimates 350m trees planted in a single day. Their goal is to plant 4bn during this summer.
Trees have an immense role to play in preventing global heating, environmental break-down, and climate catastrophe. Every country should have such ambitious tree-planting goals.
So today I noticed the Sigur RΓ³s store has moved to Warner Music and removed all their album digital downloads that were available, free and paid. So this is a reminder to everyone that international licensing deals just wipe music and art off the internet all the time with no warning. Own! Your! Music! Streaming services are nice for discovering new music but they pay nothing to artists, and it can all be taken away instantly unless you own and store the files yourself. #music
@er1n@elomatreb haha. You're welcome!! I'm glad you found the information useful.
The HAProxy documentation is outstanding, and there you will find out about tonnes of neat features and ways to set things up. There are also a bunch of how-tos online for getting a basic balancer up quickly.
I've run HAProxy lots and use it as the load balancer for almost all of the environments I manage. You're welcome to ask me if you have more questions or want to kick around ideas in implementing it. π
@er1n All that said, if you like and are very comfortable with Nginx, are not so familiar with HAProxy, and have relatively simple load balancing / reverse-proxy needs, then using Nginx for this purpose may work well for you -- to have one less different type of thing in your environment to learn about and manage (as @elomatreb pointed out).
@er1n All that said, if you like and are very comfortable with Nginx, are not so familiar with HAProxy, and have relatively simple load balancing / reverse-proxy needs, then using Nginx for this purpose may work well for you -- to have one less different type of thing in your environment to learn about and manage.
@er1n Nginx is a fine web server -- and so it does that job very well -- while it does not have the features and capabilities of a dedicated load balancer like HAProxy (which is probably what most people are looking to do when setting it up as a reverse-proxy).
@er1n HAProxy is mainly meant to be a highly efficient load balancer. It does that exquisitely well, and brings an enormous feature set to accomplish the task of balancing production HTTP/S and other TCP traffic.
I've used HAProxy to balance insane amounts of traffic and it has always handled those workloads with remarkable efficiency and resilience. It's also easy to configure and set up for high availability.