Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scarsz/caddy-save

caddy handler to save request body to specified file
https://github.com/scarsz/caddy-save

Last synced: 8 days ago
JSON representation

caddy handler to save request body to specified file

Awesome Lists containing this project

README

        

# caddy-save
caddy handler to save request body to specified file

# Usage
## Self-updating Caddyfile with [caddy-exec](https://github.com/abiosoft/caddy-exec)
```caddy
route /caddy {
basic_auth {
Deployment
}
save Caddyfile
exec caddy reload
}
```