exec: rework API to get exit code

This commit is contained in:
Girish Ramakrishnan
2022-05-16 10:26:30 -07:00
parent 6bd478b8b0
commit b5c2a0ff44
6 changed files with 123 additions and 33 deletions

View File

@@ -216,7 +216,7 @@ server {
}
# the read timeout is between successive reads and not the whole connection
location ~ ^/api/v1/apps/.*/exec$ {
location ~ ^/api/v1/apps/.*/exec/.*/start$ {
proxy_pass http://127.0.0.1:3000;
proxy_read_timeout 30m;
}