abiosoft / abiosoft/caddy-exec

variable is always bounded to the first request

未关闭
#20 6 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。