How to Reload Caddy Configuration Without Breaking All Your Sites
Here is a workaround to update Caddy configurations in a Docker container without have one bad config break all sites served.…
Here is a workaround to update Caddy configurations in a Docker container without have one bad config break all sites served.…
To get the maximum performance from your site, you need to make the user's browser cache your site. Google Pagespeed and tools like it complain a lot when that doesn't happen. To activate browser caching, set appropriate headers. There are basically three methods to choose from: * Cache-Control * Expires * Etag Expires…
After having used Tutum and Docker Cloud for my hobby projects I've now switched to Rancher. It's basically the same thing as Docker Cloud, but it's self hosted and gives you better control (and a lower price tag). For those that don't know, Rancher is a Docker orchestration tool handling…