excess0680
@excess0680@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on TIL - Caddy 1 week ago:
If you’re using git to version Caddy configuration, you can use a pre-commit hook to test it, ensuring that you’ll never have invalid configuration. That’s what I do.
caddy --validate
There’s some extra command arts that may be necessary but that should be an adequate first step.