From 5c7ee025af7e59724776fc4e7b3b6f4cea24b1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 16 Jul 2026 23:58:35 +0000 Subject: [PATCH] modified: deploy/nextcloud/ingress-web.yaml --- deploy/nextcloud/ingress-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nextcloud/ingress-web.yaml b/deploy/nextcloud/ingress-web.yaml index f265801..07ea88d 100644 --- a/deploy/nextcloud/ingress-web.yaml +++ b/deploy/nextcloud/ingress-web.yaml @@ -13,7 +13,7 @@ spec: - main: cloud.limbosolutions.com routes: - - match: Host(`cloud.limbosolutions.com`) + - match: Host(`cloud.limbosolutions.com`) && PathPrefix(`/`) kind: Rule services: - name: nextcloud