diff options
author | Alan Pearce | 2023-07-26 20:36:05 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-26 20:36:05 +0200 |
commit | c10f78b8d3b0591d61d4b8c7969a0e8085b558cc (patch) | |
tree | 095795f92e1088b5099c7bd1b91c41fe0def0a14 /Caddyfile | |
parent | 19ea9e4eb36b980aed19579ffbeb8f8c43ca74cd (diff) | |
download | website-c10f78b8d3b0591d61d4b8c7969a0e8085b558cc.tar.lz website-c10f78b8d3b0591d61d4b8c7969a0e8085b558cc.tar.zst website-c10f78b8d3b0591d61d4b8c7969a0e8085b558cc.zip |
Add redirect for status page
Diffstat (limited to 'Caddyfile')
-rw-r--r-- | Caddyfile | 1 |
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} } |