abiosoft / abiosoft/caddy-exec
variable is always bounded to the first request
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 155
- Forks
- 21
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
: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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.