From a04f3b54fcf6c3d32ca65da1d38427c529a83279 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 7 Jan 2023 20:51:15 -0600 Subject: [PATCH] Add HSTS to www.bbaovanc.com --- conf.d/bbaovanc.com | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/bbaovanc.com b/conf.d/bbaovanc.com index 946ecf1..ce985b0 100644 --- a/conf.d/bbaovanc.com +++ b/conf.d/bbaovanc.com @@ -1,6 +1,7 @@ # vim: ft=caddyfile www.bbaovanc.com, boba.best, www.boba.best { + import hsts redir https://bbaovanc.com{uri} 308 }