diff --git a/api_auth_docker/default-ssl.conf b/api_auth_docker/default-ssl.conf index 36edeeb..d5487d7 100644 --- a/api_auth_docker/default-ssl.conf +++ b/api_auth_docker/default-ssl.conf @@ -9,7 +9,7 @@ server { location / { auth_request /auth; - proxy_pass http://cyphernode:8888; + proxy_pass http://proxy:8888; } location /auth { diff --git a/api_auth_docker/default.conf b/api_auth_docker/default.conf index fca3c1b..e9d02c7 100644 --- a/api_auth_docker/default.conf +++ b/api_auth_docker/default.conf @@ -6,7 +6,7 @@ server { location / { auth_request /auth; - proxy_pass http://cyphernode:8888; + proxy_pass http://proxy:8888; } location /auth {