diff --git a/bulletin-board-proxy/nginx.conf b/bulletin-board-proxy/nginx.conf index 9264b38..73cdb32 100644 --- a/bulletin-board-proxy/nginx.conf +++ b/bulletin-board-proxy/nginx.conf @@ -37,7 +37,7 @@ http { expires $expires; location / { - proxy_pass http://bb-app:8080/; + proxy_pass http://bb:8080/; proxy_cache STATIC; proxy_cache_valid 200 5s; proxy_ignore_headers Expires Cache-Control;