From c4bbcbe7841da2822d29653e9d0532681150f365 Mon Sep 17 00:00:00 2001 From: febux Date: Fri, 21 Aug 2026 23:50:36 +0300 Subject: [PATCH] Update front.conf --- deploy/vps/front.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/vps/front.conf b/deploy/vps/front.conf index 438eff5..ce19ccc 100644 --- a/deploy/vps/front.conf +++ b/deploy/vps/front.conf @@ -55,7 +55,7 @@ server { } # ── everything else: homelab-stack (landing page, /homepage/, /dozzle/, ...) - location / { + location /dashboard { proxy_pass http://homelab_nginx; proxy_http_version 1.1; proxy_set_header Host $host;