From 5287936bc43dfb7bfb9accb0ce62eeb802016f93 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 24 Nov 2025 10:38:27 +0100 Subject: [PATCH] http to vhost Signed-off-by: Basil Bruhn --- conf.d/fluid-eos-test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;