This commit is contained in:
Mike Farah
2025-12-07 21:44:03 +11:00
parent d4a11521c3
commit 30974679ae
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"]
}