• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: August 5th, 2023

help-circle
  • I came here to upvote the post that mentions haproxy, but I can’t see it, so I’m resorting to writing one!

    Haproxy is super fast, highly configurable, and if you don’t have the config nailed down just right won’t start so you know you’ve messed something up right away :-)

    It will handle encryption too, so you don’t need to bother changing the config on your internal server, just tweak your firewall rules to let whatever box you have haproxy running on (you have a DMZ, right?) see the server, and you are good to go.

    Google and stackexchange are your friends for config snippets. And I find the actual documentation is good too.

    Configure it with certificates from let’s encrypt and you are off to the races.