diff --git a/programs/server/config.yaml b/programs/server/config.yaml
index 583ae7d084..b063fe6834 100644
--- a/programs/server/config.yaml
+++ b/programs/server/config.yaml
@@ -902,6 +902,7 @@ query_masking_rules:
# content_type - use with static type, response content-type
# response_content - use with static type, Response content sent to client, when using the prefix 'file://' or 'config://', find the content from the file or configuration send to client.
+# NOTE, if enable these dynamic handlers, please follow /timeplusd/{uri_path} convention, check createHandlersFactoryFromConfig() in HTTPHandlerFactory.cpp
# http_handlers:
# - rule:
# url: /
diff --git a/programs/server/embedded.xml b/programs/server/embedded.xml
index 8469f274bf..59d39d7b35 100644
--- a/programs/server/embedded.xml
+++ b/programs/server/embedded.xml
@@ -16,6 +16,16 @@