headers

Acing your HTTP Security Headers Exam

Learn how to use HTTP security headers, for the protection of your site and its users.…

Leveraging browser caching with Caddy

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…