Fix the nginx configuration.

This commit is contained in:
Andrea Dell'Amico 2021-11-03 17:56:07 +01:00
parent 1bcd0f124f
commit 5f4673d9dc
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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 {