diff --git a/balakhonov_danila_lab_3/nginx.conf b/balakhonov_danila_lab_3/nginx.conf index fcc13da..ec108f7 100644 --- a/balakhonov_danila_lab_3/nginx.conf +++ b/balakhonov_danila_lab_3/nginx.conf @@ -17,7 +17,7 @@ http { } location /restaurants/ { - proxy_pass http://restaurant_service:8080/api/restaurant; + proxy_pass http://restaurant_service:8080/api/restaurant/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Proto $scheme;