• Miek Gieben's avatar
    Fix error reporting (#128) · e726dca2
    Miek Gieben authored
    Put error back in the correct place in the directives.go. Also don't
    make it a pointer. If it *is* a pointer the buildstack function does
    not correctly set the Next Handler. Don't understand *why* this is
    different from Caddy. Anyway this fixes it, with the caveat that
    the error log file is now openend earlier in the startup.
    
    Fixes #127
    e726dca2
handler.go 2.56 KB