You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated Caddyfile is saved to Caddyfile.autosave inside Caddy's
config directory, but users had no way to discover this. Now the path is:
- Logged once at startup in the existing "Start" log line
- Documented in a new README section
Closes#745
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Check **examples** folder to see how to set them on a Docker Compose file.
552
552
553
+
## Viewing the generated Caddyfile
554
+
555
+
The generated Caddyfile is automatically saved to `Caddyfile.autosave` inside Caddy's config directory whenever it changes. The full path is logged at startup and depends on the environment (typically `/config/caddy/Caddyfile.autosave` in Docker). You can inspect it to troubleshoot label-to-Caddyfile conversion issues:
0 commit comments