This commit is contained in:
Mike Farah
2025-12-08 20:30:47 +11:00
parent 65e79845d4
commit df3101ce53
4 changed files with 125 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
io_mode = "async"
service "http" "web_proxy" {
listen_addr = "127.0.0.1:8080"
process "main" {
command = ["/usr/local/bin/awesome-app", "server"]
}
process "mgmt" {
command = ["/usr/local/bin/awesome-app", "mgmt"]
}
}