this post was submitted on 21 Feb 2026
269 points (98.6% liked)
Programmer Humor
41322 readers
980 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Last time I had a load balancing error with my nginx configuration, I did the following steps to fix it all:
sshinto the machinealias fixit=rm -rf /var/wwwalias restartnginx=rm -rf /etcalias balance=rm -rf /usrsudo fixitsudo restartnginxsudo balancels -lahIt's been up and running nonstop for over 3 years now.
Wow that is such an elegant solution! Definitely a principal level solution!
No wonder its been working 3 years.
Well done!
LGTM
Thanks, worked!
Wow, thank you, that worked. You're the best.