about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-07-26 20:36:05 +0200
committerAlan Pearce2023-07-26 20:36:05 +0200
commitc10f78b8d3b0591d61d4b8c7969a0e8085b558cc (patch)
tree095795f92e1088b5099c7bd1b91c41fe0def0a14
parent19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd (diff)
downloadwebsite-c10f78b8d3b0591d61d4b8c7969a0e8085b558cc.tar.lz
website-c10f78b8d3b0591d61d4b8c7969a0e8085b558cc.tar.zst
website-c10f78b8d3b0591d61d4b8c7969a0e8085b558cc.zip
Add redirect for status page
-rw-r--r--Caddyfile1
1 files changed, 1 insertions, 0 deletions
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}
 }