2 pointsby suralind3 days ago2 comments
  • PaulHoule3 days ago
    Before there was Docker and Kubernetes I used to run hundreds of web sites on a single server by being disciplined about where files go, how database connections are configured, etc. I still do.
    • suralind3 days ago
      I like to run my code in containers (also during development), although your approach ain’t broken.
  • petermetz3 days ago
    I found that Caddy will take you a very long way if you just want virtual hosting and reverse proxying. YMMV