Is something like this supported? exec * /srv/site/{http.request.uri.path.0}/script.sh { ... log file /logs//{http.request.uri.path.0}/script.sh.log ... } or there is a way to support?
Is something like this supported?
exec * /srv/site/{http.request.uri.path.0}/script.sh {
...
log file /logs//{http.request.uri.path.0}/script.sh.log
...
}
or there is a way to support?