{ "root_dir": "./examples/www", "port": 8080, "threaded": true, "num_workers": 4, "max_connections": 10000, "timeout_ms": 30000, "log_level": "info", "gzip_enabled": true, "brotli_enabled": true, "plugins": ["plugins/hello.so"], "access_log": "-", "vhosts": [ {"server_name": "site-a.local", "root_dir": "./examples/www_a"}, {"server_name": "site-b.local", "root_dir": "./examples/www_b"} ], "proxies": [ {"prefix": "/api", "target": "http://localhost:3000", "pool_size": 8, "weight": 3}, {"prefix": "/api", "target": "http://localhost:3001", "weight": 1}, {"prefix": "/backend", "target": "https://localhost:8443", "pool_size": 4, "weight": 1} ] }