From 27daaeb0aad3fc6e322afadea4c8a7311776c37b Mon Sep 17 00:00:00 2001 From: mfnefd Date: Mon, 4 Nov 2024 01:34:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=20=D0=BD?= =?UTF-8?q?=D0=B4=D0=B6=D0=B8=D0=BD=D0=BA=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balakhonov_danila_lab_3/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;