--- a/src/server/daemon/ws-fn.c Sun Nov 23 12:44:59 2025 +0100 +++ b/src/server/daemon/ws-fn.c Sun Nov 23 13:22:56 2025 +0100 @@ -45,6 +45,7 @@ struct FuncStruct webserver_funcs[] = { { "load-modules", load_modules, NULL, NULL, 0}, + { "match-location", match_location, NULL, NULL, 0}, { "assign-name", assign_name, NULL, NULL, 0}, { "document-root", document_root, NULL, NULL, 0}, { "pfx2dir", pfx2dir, NULL, NULL, 0},