From 374c5612efc4c999dd6ad0d3822e155cfa4f5284 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 24 Nov 2025 10:37:28 +0100 Subject: [PATCH] correct 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 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;