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

https://github.com/imgk/caddy-pprof


https://github.com/imgk/caddy-pprof

caddy-module pprof

Last synced: 2 months ago
JSON representation

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"
}
]
}
]
}
}
}
}
}

```