diff --git a/conf.d/fluid-eos-test.conf b/conf.d/fluid-eos-test.conf index c68a73f..922334d 100644 --- a/conf.d/fluid-eos-test.conf +++ b/conf.d/fluid-eos-test.conf @@ -17,7 +17,7 @@ server { # Proxy EVERYTHING to the Apache container location / { - proxy_pass http://apache-fluid-eos:80; + proxy_pass apache_app:80; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;