• Matthew Holt's avatar
    "-conf stdin" required to pipe in Caddyfile · e9b9432d
    Matthew Holt authored
    Some programs (Node.js, supervisor, etc.) open a stdin pipe by default and don't use it, causing Caddy to block. It is their error, but we have to try to accommodate unfortunately. To fix this more universally, parent must explicitly set -conf to "stdin" to read from pipe.
    e9b9432d
main.go 4.74 KB