{ debug order esi before basicauth esi http_port 9080 } :9080 { route /chained-esi-include-1 { header Content-Type text/html respond `` } route /chained-esi-include-2 { header Content-Type text/html respond "

CHAINED 2

" } route /esi-include { header Content-Type text/html respond "

ESI INCLUDE

" } route /alt-esi-include { header Content-Type text/html respond "

ALTERNATE ESI INCLUDE

" } route /* { esi root * ../../fixtures file_server } }