diff --git a/nginx.conf b/nginx.conf index 56f19be..fcc0f78 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,5 +39,9 @@ http { proxy_pass http://backend:7080; } + location ~ ^/mongo { + proxy_pass http://mongo-express:8081; + } + } }