From 34048890718ae8100719e71e30e6d720f2edfc6a Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 2 Sep 2024 20:58:20 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9880674..9900163 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ Run the agent ./jilo-agent ``` -Send queries to its port (by default 8080, configurable in jilo-agent.json): +Send queries to its port (by default 8081, in order to avoid 80, 8080, 8888; configurable in jilo-agent.json): ```bash -curl -s http://localhost:8080/nginx -curl -s http://localhost:8080/jicofo +curl -s http://localhost:8081/nginx +curl -s http://localhost:8081/jicofo etc... ```