From 5f4673d9dcc78ab3d34f972f23ea82f9ce1b1aa0 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 3 Nov 2021 17:56:07 +0100 Subject: [PATCH] Fix the nginx configuration. --- templates/nginx.default.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx.default.conf.j2 b/templates/nginx.default.conf.j2 index 6d385be..2f6cbf9 100644 --- a/templates/nginx.default.conf.j2 +++ b/templates/nginx.default.conf.j2 @@ -1,6 +1,6 @@ upstream _inception-server { ip_hash; - server {{ conductor_service }}:8080; + server {{ inception_project_docker_service_name }}:{{ inception_project_server_port }}; } map $http_authorization $source_auth {