https://github.com/imgk/caddy-pprof
https://github.com/imgk/caddy-pprof
caddy-module pprof
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imgk/caddy-pprof
- Owner: imgk
- License: gpl-3.0
- Created: 2020-10-14T10:30:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T05:52:04.000Z (about 1 year ago)
- Last Synced: 2025-01-18T07:31:00.580Z (4 months ago)
- Topics: caddy-module, pprof
- Language: Go
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caddy-PProf
## Build with [xcaddy](https://github.com/caddyserver/xcaddy)
```
$ xcaddy build \
--with github.com/imgk/caddy-pprof
```## Config
```
{
"apps": {
"http": {
"servers": {
"": {
"routes": [
{
"handle": [
{
"handler": "pprof"
}
]
}
]
}
}
}
}
}```