Skip to content

Commit

Permalink
Check docker host instead of api host for auth redirect header
Browse files Browse the repository at this point in the history
  • Loading branch information
mzueva committed Jun 13, 2019
1 parent d099a67 commit 1015af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/cp-docker-registry/update_nginx_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ events {
http {
server {
set $docker_external_host "${CP_DOCKER_EXTERNAL_HOST}"
set $docker_external_host "${CP_DOCKER_EXTERNAL_HOST}";
set $realm_external_host "${CP_API_SRV_EXTERNAL_HOST}";
set $realm_external_port "${CP_API_SRV_EXTERNAL_PORT}";
set $realm_internal_host "${CP_API_SRV_INTERNAL_HOST}";
Expand Down

0 comments on commit 1015af9

Please sign in to comment.