FreedomPortal icon indicating copy to clipboard operation
FreedomPortal copied to clipboard

Page not found handler is global instead of per-site

Open sebpiq opened this issue 8 years ago • 0 comments

https://github.com/sebpiq/FreedomPortal/blob/master/freedomportal/lighttpd.conf#L17

With the current implementation, when a page is not found the configured handler is looked relatively to the current host. So we cannot configure a per-host 404. It's easy to work around though ...

sebpiq avatar Nov 21 '17 17:11 sebpiq