From 78b8a25546361c1d48cc691f58d8abd721f8ea5a Mon Sep 17 00:00:00 2001 From: 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 Date: Wed, 3 Sep 2025 15:58:46 +0200 Subject: [PATCH] fix --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index cbdb6e7..5b74b1c 100644 --- a/index.php +++ b/index.php @@ -51,7 +51,7 @@ if (!$ip || $nginx !== 'active' || $mysql !== 'active') { } // === Proxy to container === -proxy($container, "http://lxd{$host}{$requestUri}"); +proxy($container, "http://{$host}{$requestUri}"); exit; @@ -72,7 +72,7 @@ function proxy(string $name, string $targetUrl): void { $responseCode = Proxy::run(); touch($_ENV['STATEDIR']."/".$name); - + } function getFullUrl(): string {