From 877b78d8970d3d34b94f136dcfe13d5f4ab1b9d3 Mon Sep 17 00:00:00 2001 From: aserrador Date: Sat, 4 Apr 2026 18:05:27 -0500 Subject: [PATCH] fix: delete / --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index fc98a43..5f67950 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,7 +18,7 @@ server { } location /naliia_agent/api { - proxy_pass http://bot:8010/; # "bot" is the service name of another Docker container on port 8010 + 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;