[doc] add server.error-handler

add server.error-handler in doc/config/lighttpd.conf
This commit is contained in:
Glenn Strauss 2016-03-28 06:47:18 -04:00
parent b473220d69
commit 27cbae9ccd
1 changed files with 6 additions and 0 deletions

View File

@ -364,6 +364,12 @@ $HTTP["url"] =~ "\.pdf$" {
##
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".scgi" )
##
## error-handler for all status 400-599
##
#server.error-handler = "/error-handler.html"
#server.error-handler = "/error-handler.php"
##
## error-handler for status 404
##