[doc] add server.error-handler
add server.error-handler in doc/config/lighttpd.conf
This commit is contained in:
parent
b473220d69
commit
27cbae9ccd
|
@ -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
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue