server: command: "php ../../http/client.php echo pipes" user: "" group: "" env: "RR_HTTP": "true" relay: "pipes" relay_timeout: "20s" http: debug: true address: 127.0.0.1:45877 max_request_size: 1024 middleware: [ "gzip", "static" ] trusted_subnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ] uploads: forbid: [ ".php", ".exe", ".bat" ] static: dir: "../../../tests" forbid: [ ".php" ] request: "Example-Request-Header": "Value" # Automatically add headers to every response. response: "X-Powered-By": "RoadRunner" pool: num_workers: 2 max_jobs: 0 allocate_timeout: 60s destroy_timeout: 60s logs: mode: development level: error