Hi, after recent update got strange error in syslog:
Oct 1 20:46:35 raspberrypi lighttpd[496]: 2021-10-01 20:46:33: (server.c.1493) WARNING: unknown config-key: alias.url (ignored),
is that related to new update?
version is lighttpd/1.4.53 (ssl) - a light and fast webserver
server.modules = (
"mod_access",
"mod_accesslog",
"mod_auth",
"mod_expire",
"mod_redirect",
"mod_setenv",
"mod_rewrite"
should mod_alias be added???
or added here
/etc/lighttpd/external.conf - if missing or needed to be fixed in default config?
might be related to: Lighttpd starts with warning about unknown config-key. · Issue #2248 · pi-hole/pi-hole · GitHub?
still valid to be ignored or something we can do to mitigate?