diff --git a/conf.d/fluid-eos-test.conf b/conf.d/fluid-eos-test.conf index 922334d..5706550 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 apache_app:80; + proxy_pass http://apache_app:80; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;