diff options
Diffstat (limited to 'abs/core/lighttpd/lighttpd.conf')
-rw-r--r-- | abs/core/lighttpd/lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf index 3fff75c..0d8becd 100644 --- a/abs/core/lighttpd/lighttpd.conf +++ b/abs/core/lighttpd/lighttpd.conf @@ -152,7 +152,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) #server.bind = "127.0.0.1" ## error-handler for status 404 -server.error-handler-404 = "/404.html" +server.error-handler-404 = "/index.html" ## to help the rc.scripts server.pid-file = "/var/run/lighttpd/lighttpd.pid" |