This commit is contained in:
Mike Farah
2025-12-08 20:30:47 +11:00
parent 5f3dcb1ccf
commit 8af768a015
4 changed files with 173 additions and 11 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
io_mode = "async"
service "http" "web_proxy" {
listen_addr = "127.0.0.1:8080"
service "cat" {
process "main" {
command = ["/usr/local/bin/awesome-app", "server"]
}