4 ms·
One thing I did not get is: why both Caddy and Traefik changed the syntax of their configurations.
by ivzhh 2y ago
One thing I did not get is: why both Caddy and Traefik changed the syntax of their configurations.
- francislavoie 2y agoCaddy v0/1 was just built up naturally bit by bit, never had a proper design/structure around its config. Caddy v2 was a complete rewrite from the ground up, including thinking a lot more about config design, so it had to be a breaking change for the project's future to thrive.