diff options
Diffstat (limited to 'abs/core/supplemental-web/lighttpd-supplement.conf')
-rw-r--r-- | abs/core/supplemental-web/lighttpd-supplement.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/supplemental-web/lighttpd-supplement.conf b/abs/core/supplemental-web/lighttpd-supplement.conf index 9d718bb..a86cfc6 100644 --- a/abs/core/supplemental-web/lighttpd-supplement.conf +++ b/abs/core/supplemental-web/lighttpd-supplement.conf @@ -21,6 +21,14 @@ $HTTP["url"] =~ "(call_log)" { server.error-handler-404 = "/error/call_log.html" } +$HTTP["url"] =~ "(mythexpress)" { + server.error-handler-404 = "/error/mythexpress.html" +} + +$HTTP["url"] =~ "(remyth)" { + server.error-handler-404 = "/error/remyth.html" +} + $HTTP["url"] =~ "(zm)" { server.error-handler-404 = "/error/zoneminder.html" |