tests: use the debug.html file as DefaultErrorFile in the tests.

Michael
This commit is contained in:
Michael Adam 2009-09-20 23:06:36 +02:00
parent df6e8ae046
commit 92c64cabc1

View File

@ -78,7 +78,7 @@ Port $TINYPROXY_PORT
Listen $TINYPROXY_IP
Timeout 600
StatHost "$TINYPROXY_STATHOST_IP"
DefaultErrorFile "$TINYPROXY_DATA_DIR/default.html"
DefaultErrorFile "$TINYPROXY_DATA_DIR/debug.html"
StatFile "$TINYPROXY_DATA_DIR/stats.html"
Logfile "$TINYPROXY_LOG_DIR/tinyproxy.log"
PidFile "$TINYPROXY_PID_FILE"