add classifier_products_services

This commit is contained in:
2026-04-13 13:14:47 +04:00
parent de3b5854c8
commit 47d7e7243a

View File

@@ -29,4 +29,8 @@ server {
proxy_pass http://localhost:8080; proxy_pass http://localhost:8080;
proxy_set_header Host $host; proxy_set_header Host $host;
} }
location /classifier_products_services/ {
proxy_pass http://10.100.11.186:8000/;
}
} }