diff --git a/nginx.conf b/nginx.conf index 74e4b68..f7325cd 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,9 +16,9 @@ http { proxy_set_header X-Forwarded-For $remote_addr; location /auth { - resolver 127.0.0.11 valid=30s ipv6=off; - set $link host.docker.internal; - proxy_pass http://$link:8888$request_uri; + resolver 127.0.0.11 valid=30s; + set $link api_auth; + proxy_pass http://$link:8080$request_uri; } location /awards {