Skip to content

imgk/caddy-pprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caddy-PProf

Build with xcaddy

$ xcaddy build \
    --with github.com/imgk/caddy-pprof

Config

{
    "apps": {
        "http": {
            "servers": {
                "": {
                    "routes": [
                        {
                            "handle": [
                                {
                                    "handler": "pprof"
                                }
                            ]
                        }
                    ]
                }
            }
        }
    }
}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages