Skip to content

Commit

Permalink
Fix status.acmcsuf.com redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Oct 6, 2023
1 parent c8438dd commit 16ab45f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions servers/cirno/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ spookathon.acmcsuf.com {
}

status.acmcsuf.com {
@unauthenticated {
# Match if the Cookie header is missing.
header !Cookie
@public_dashboard {
path /
header !Cookie # if the Cookie header is missing
}
handle @unauthenticated {
handle @public_dashboard {
redir * https://status.acmcsuf.com/public-dashboards/6a7d2bd924764b8b91ffdd4aa33fc11b
}
handle * {
Expand Down

0 comments on commit 16ab45f

Please sign in to comment.