1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-19 14:16:18 +02:00

Redirect status to the non CNAME version for now

Until we get our situation with uptimerobot fixed, we are redirecting
status.archlinux.org to the standard uptimerobot URL, that is provided
with their free plan. Once/if we re-gain our premium access, we can
simply revert this MR.
This commit is contained in:
Giancarlo Razzolini 2023-06-29 15:56:25 -03:00
parent 4d4186d342
commit dbaee79ee5
2 changed files with 5 additions and 1 deletions

View File

@ -21,3 +21,7 @@ redirects:
to: https://gitlab.archlinux.org
type: 301
map: maps/cgit-migrated-repos.map
- status:
domain: status.archlinux.org
to: https://stats.uptimerobot.com/vmM5ruWEAB
type: 302

View File

@ -298,7 +298,7 @@ locals {
rsync = { value = "gemini" }
sources = { value = "gemini" }
"static.conf" = { value = "redirect" }
status = { value = "stats.uptimerobot.com." }
status = { value = "redirect" }
svn = { value = "gemini" }
coc = { value = "redirect" }
git = { value = "redirect" }