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

Michael
master
Michael Adam 2009-09-20 23:06:36 +02:00
parent df6e8ae046
commit 92c64cabc1
1 changed files with 1 additions and 1 deletions

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"