diff --git a/indexV2.html b/indexV2.html new file mode 100644 index 0000000..31b4ca1 --- /dev/null +++ b/indexV2.html @@ -0,0 +1,14 @@ + + + + + + + Adaptive Dashboard + + + +
+ + + diff --git a/nginx.conf b/nginx.conf index 8e8fc75..adb8457 100644 --- a/nginx.conf +++ b/nginx.conf @@ -61,7 +61,12 @@ http { expires $cache_expires; root /usr/share/nginx/html; - try_files $uri /index.html; + try_files $uri /indexV2.html; + + location = /index.html { + return 301 /indexV2.html; + } + } # Healthcheck