From 47d7e7243a17742fef5a107a47780d21e7a34f8a Mon Sep 17 00:00:00 2001 From: Danil Kolesnikov Date: Mon, 13 Apr 2026 13:14:47 +0400 Subject: [PATCH] add classifier_products_services --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 0fc931b..1c09825 100644 --- a/nginx.conf +++ b/nginx.conf @@ -29,4 +29,8 @@ server { proxy_pass http://localhost:8080; proxy_set_header Host $host; } + + location /classifier_products_services/ { + proxy_pass http://10.100.11.186:8000/; + } }