issues/27: nginx ingress-friendly redirects

This commit is contained in:
Valery Petrov
2026-05-28 14:04:00 +03:00
parent 459f556934
commit 0acf59c408
+1
View File
@@ -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 {