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;