all repos — homestead @ 25625b57c415d697c6e8fb636b7271441af66a62

Code for my website

Add redirect lists for aln.pe

Alan Pearce
commit

25625b57c415d697c6e8fb636b7271441af66a62

parent

701027da4a05de41ecc4dae78ac8fc2f3a4425bf

1 file 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