abiosoft / abiosoft/caddy-exec
variable is always bounded to the first request
Ouverte
- Langage dominant
- Go
- Étoiles
- 155
- Forks
- 21
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
```
: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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.