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/; + } }