fix(k8s/blog): use relative redirects in nginx

This commit is contained in:
2026-05-17 17:18:44 +03:00
parent d3f0714bc7
commit 5b59c0758d
+1
View File
@@ -10,6 +10,7 @@ data:
server_name _;
root /git/current;
index index.html;
absolute_redirect off;
location /health {
access_log off;