cleanup, error pages
This commit is contained in:
@@ -85,3 +85,12 @@ ARCHIVE_MAX_ZIP_ENTRIES=4096
|
||||
|
||||
# LIFETIME OF SESSION COOKIES IN SECONDS
|
||||
SESSION_TIME=2592000
|
||||
|
||||
# DEVELOPER-DEFINED ERROR PAGES (see /doc/index.uce?p=error_pages and
|
||||
# /doc/index.uce?p=3_blocked_functions). The unit receives the error details in
|
||||
# context.call["error"]; comment out for the plain-text fallback instead.
|
||||
page_runtime_error=site/errors/runtime-error.uce
|
||||
|
||||
# Comma-separated uce_host_* names to disable per server policy (empty = none).
|
||||
# A unit calling a blocked hostcall fails into the error page above.
|
||||
UCE_HOSTCALL_BLOCKLIST=
|
||||
|
||||
Reference in New Issue
Block a user