https://github.com/imgk/caddy-ariang
https://github.com/imgk/caddy-ariang
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imgk/caddy-ariang
- Owner: imgk
- License: gpl-3.0
- Created: 2021-05-21T05:43:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T01:19:32.000Z (about 1 year ago)
- Last Synced: 2025-01-18T07:31:01.701Z (5 months ago)
- Language: HTML
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
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-ariang
```## Config
```
{
"apps": {
"http": {
"servers": {
"": {
"routes": [
{
"handle": [
{
"handler": "ariang"
}
]
}
]
}
}
}
}
}```