run commands in ThreadPool

This commit is contained in:
2023-04-08 14:49:46 +03:00
parent 3ea5b0c1ee
commit 031a7fade7
8 changed files with 74 additions and 57 deletions

View File

@@ -4,8 +4,8 @@
# Removing some headers for improved security:
header -Server
route /transport/* {
reverse_proxy transport_bot:8084
route {$WEBHOOK_PATH}/* {
reverse_proxy transport_bot:8080
}
}