From 0acf59c408e2ab5f6f8b25fe68362af9fbd03dff Mon Sep 17 00:00:00 2001 From: Valery Petrov Date: Thu, 28 May 2026 14:04:00 +0300 Subject: [PATCH] issues/27: nginx ingress-friendly redirects --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 8699aec..08d5ef8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,6 +3,7 @@ server { server_name _; root /usr/share/nginx/html; index index.html; + absolute_redirect off; # VitePress cleanUrls: each page is a *.html file on disk location = /infrastructure/test-contour/guides {