freeCodeCamp / demo-projects

Example certification projects for our programming curriculum
https://www.freecodecamp.org/learn
BSD 3-Clause "New" or "Revised" License
143 stars 90 forks source link

fix: 25-5 clock Caddyfile workaround #536

Closed scissorsneedfoodtoo closed 1 year ago

scissorsneedfoodtoo commented 1 year ago

Checklist:

Closes https://github.com/freeCodeCamp/demo-projects/issues/535

This adds an exception for the 25--5-clock subdomain in the Caddyfile generator script to get around the bug we discovered some time ago where two consecutive numbers don't work as a subdomain for some reason.

This fix, along with the redirect on Cloudflare from 25--5-clock.freecodecamp.rocks to clock.freecodecamp.rocks, should take care of the issue above where visiting 25--5-clock.freecodecamp.rocks leads to an error page.