From fe74b49868a8314c9f9fe8053eb4b3cbe7227e21 Mon Sep 17 00:00:00 2001 From: aserrador Date: Sun, 5 Apr 2026 00:03:05 -0500 Subject: [PATCH] chore: Normalize nginx path --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 5f67950..b98e5c9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,8 +17,8 @@ server { proxy_set_header X-Forwarded-Host ${VARIABLE}server_name; } - location /naliia_agent/api { - proxy_pass http://bot:8010; # "bot" is the service name of another Docker container on port 8010 + location /naliia_agent/api/ { + proxy_pass http://bot:8010/; # "bot" is the service name of another Docker container on port 8010 proxy_read_timeout 500; proxy_connect_timeout 500; proxy_send_timeout 500;