From c10f78b8d3b0591d61d4b8c7969a0e8085b558cc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 26 Jul 2023 20:36:05 +0200 Subject: Add redirect for status page --- Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Caddyfile b/Caddyfile index 27daf12..d0ede2a 100644 --- a/Caddyfile +++ b/Caddyfile @@ -36,6 +36,7 @@ http://aln.pe { redir /pronomen https://de.pronouns.page/@alanpearce redir /git https://git.alanpearce.eu redir /gpg https://alanpearce.eu/public_key.asc + redir /status https://stats.uptimerobot.com/GgzRkHBDr7 redir /* https://alanpearce.eu/{uri} } -- cgit 1.4.1