diff -r 85721a583f39 -r 14ae3d8c01ae src/server/daemon/ws-fn.c --- a/src/server/daemon/ws-fn.c Sun Nov 23 13:27:13 2025 +0100 +++ b/src/server/daemon/ws-fn.c Sun Nov 23 13:45:55 2025 +0100 @@ -67,6 +67,7 @@ { "find-pathinfo", pcheck_find_path, NULL, NULL, 0}, { "append-acl", append_acl, NULL, NULL, 0}, { "check-acl", check_acl, NULL, NULL, 0}, + { "apply-location-config", apply_location_config, NULL, NULL, 0 }, { "find-index", find_index, NULL, NULL, 0}, { "dir-redirect", dir_redirect, NULL, NULL, 0}, { "print-message", print_message, NULL, NULL, 0},