From a9a7973dfeb34383f7947feb75e85c08d8d33c36 Mon Sep 17 00:00:00 2001 From: ospab Date: Wed, 14 Jan 2026 14:54:33 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20u?= =?UTF-8?q?pstream=20=D0=BD=D0=B0=20=D0=BF=D1=80=D1=8F=D0=BC=D0=BE=D0=B9?= =?UTF-8?q?=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20=D0=B2=20named=20locations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ospabhost/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ospabhost/nginx.conf b/ospabhost/nginx.conf index cf9f506..3f5aae1 100644 --- a/ospabhost/nginx.conf +++ b/ospabhost/nginx.conf @@ -180,7 +180,7 @@ server { # Fallback to backend for robots.txt location @backend_robots { - proxy_pass http://backend_api; + proxy_pass http://127.0.0.1:5000; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -190,7 +190,7 @@ server { # Fallback to backend for sitemap location @backend_sitemap { - proxy_pass http://backend_api; + proxy_pass http://127.0.0.1:5000; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;