Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit ef6d46c

Browse files
committed
Fix Network Name of Backend in Context Path Nginx Config
1 parent c328848 commit ef6d46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feasibility-portal/proxy/context-paths.nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ http {
9191
proxy_set_header X-Forwarded-Port $x_forwarded_port;
9292

9393
location /api {
94-
set $backend_upstream http://feasibility-gui-backend:8090;
94+
set $backend_upstream http://dataportal-backend:8090;
9595
proxy_pass $backend_upstream;
9696

9797
proxy_buffer_size 8k;

0 commit comments

Comments
 (0)