Fix the nginx configuration.
This commit is contained in:
parent
1bcd0f124f
commit
5f4673d9dc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue