caddy handler to save request body to specified file
Self-updating Caddyfile with caddy-exec
route /caddy {
basic_auth {
Deployment <hashed password>
}
save Caddyfile
exec caddy reload
}
caddy handler to save request body to specified file
route /caddy {
basic_auth {
Deployment <hashed password>
}
save Caddyfile
exec caddy reload
}