From 85d79518bc8c7315d4977e5992e788718a6833e5 Mon Sep 17 00:00:00 2001 From: mohsentaba Date: Sat, 31 Jan 2026 12:45:40 +0330 Subject: [PATCH] fixing nginx for agent --- nginx/dovodi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/dovodi.conf b/nginx/dovodi.conf index a4a06bf..063cf41 100644 --- a/nginx/dovodi.conf +++ b/nginx/dovodi.conf @@ -18,7 +18,7 @@ server { # Add this inside the 'server' block of the existing config location /agent/ { - proxy_pass http://88.99.212.243:8098; # The port of your FastAPI Agent + proxy_pass http://88.99.212.243:8098/; # The port of your FastAPI Agent proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;