all repos — website @ d7fc1b31243ffe78695f93131ab2003b6f2b4baa

My website

Add redirect lists for aln.pe
Alan Pearce alan@alanpearce.eu
Fri, 07 Jul 2023 20:15:38 +0200
commit

d7fc1b31243ffe78695f93131ab2003b6f2b4baa

parent

3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d

1 files changed, 14 insertions(+), 0 deletions(-)

jump to
M CaddyfileCaddyfile
@@ -20,6 +20,20 @@ header Cache-Control max-age=31536000 	redir https://alanpearce.eu{uri} permanent
 }
 
+http://aln.pe {
+	header {
+		Cache-Control max-age=86400
+		X-Content-Type-Options nosniff
+		Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
+	}
+
+	redir /pronouns https://en.pronouns.page/@alanpearce
+	redir /pronomen https://de.pronouns.page/@alanpearce
+	redir /git https://git.alanpearce.eu
+	redir /gpg https://alanpearce.eu/public_key.asc
+	redir /* https://alanpearce.eu/{uri}
+}
+
 http://alanpearce.eu {
 	advanced_metrics {
 		port 9091