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)$ {