This commit is contained in:
2025-09-03 15:58:46 +02:00
parent bd32f43c9e
commit 78b8a25546

View File

@ -51,7 +51,7 @@ if (!$ip || $nginx !== 'active' || $mysql !== 'active') {
} }
// === Proxy to container === // === Proxy to container ===
proxy($container, "http://lxd{$host}{$requestUri}"); proxy($container, "http://{$host}{$requestUri}");
exit; exit;