1 2 3 4 5 6 7 8 9
# Configuration test case with the "include" directive. server { address "0.0.0.0" port 80 threads 32 include "routes.conf" }