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

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


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

Last synced: 3 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-ariang
```

## Config

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

```