Haproxy http/https on single port

I do a lot of web development and prefer spinning up my development app/site/enviroment on one of my home server(s) within the confines of my homenet/homelab (without ever exposing site/app to the internet). It works just dandy for http, however – im not satisfied with just http (even if this is a dev environment) – … Read more

WordPress Varnish caching

Your WordPress blog is running very slowly and you have tried 5000 plugins and none of them is helping? This post will demonstrate how to solve the performance issues using the reverse caching proxy. Varnish Cache is a very common caching tool (reverse caching proxy) many web applications/ blogs/CDNs utilize to speed up content delivery, … Read more