abiosoft / abiosoft/caddy-exec
variable is always bounded to the first request
未关闭
- 主要语言
- Go
- 星标
- 155
- 派生
- 21
- PR 合并指标
- 30 天内没有已合并 PR
描述
```
:8080 {
route /* {
exec {
command bash
args /test.sh {path}
log file /var/log/caddy/caddy-exec.log
timeout 300s
}
}
}
```
The {path} variable is able to pass to the test.sh but it will always stay the same.
I don't think I am suppose to restart the server on every request.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。