diff --git a/nginx/conf.d/nginx.conf b/nginx/conf.d/nginx.conf index bc1d943..49bb038 100644 --- a/nginx/conf.d/nginx.conf +++ b/nginx/conf.d/nginx.conf @@ -4,7 +4,7 @@ server { access_log off; location / { - proxy_pass http://localhost:8080; + proxy_pass http://clothstar-springboot-dev:8080; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr;