Skip to content

Commit

Permalink
Caddyfile: cs306 -> cs306-mini
Browse files Browse the repository at this point in the history
This patch reroutes wildcard traffic to cs306-mini. Cirno currently routes traffic with an otherwise unknown domain to cs306, which no longer exists! This is necessary for the transition to cs306.
  • Loading branch information
amyipdev committed Jul 2, 2024
1 parent a57afc6 commit 48be57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/cirno/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spookathon.acmcsuf.com {
# need to worry about MITM attacks.
*.acmcsuf.com,
vps.acmcsuf.com, *.vps.acmcsuf.com {
reverse_proxy * http://cs306:80
reverse_proxy * http://cs306-mini:80
}

blinktest.acmcsuf.com {
Expand Down

0 comments on commit 48be57f

Please sign in to comment.