From e641758cf081cfd245e276e7df4f88cc388fae00 Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Sat, 24 Oct 2020 20:35:25 +1100 Subject: [PATCH] v2 videos-web --- kubernetes/servicemesh/applications/videos-web/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/servicemesh/applications/videos-web/nginx.conf b/kubernetes/servicemesh/applications/videos-web/nginx.conf index 4ffbb3e..3de152c 100644 --- a/kubernetes/servicemesh/applications/videos-web/nginx.conf +++ b/kubernetes/servicemesh/applications/videos-web/nginx.conf @@ -23,6 +23,7 @@ http { gzip off; root /usr/share/nginx/html/; index index.html; + #index index-v2.html; } location ~* \.(js|jpg|png|css)$ {