diff --git a/services/web-ui/nginx.conf b/services/web-ui/nginx.conf index 74dd2a1..d9454e3 100644 --- a/services/web-ui/nginx.conf +++ b/services/web-ui/nginx.conf @@ -96,7 +96,7 @@ server { # SPA fallback - try to serve file, else route to index.html location / { - try_files $uri $uri/ /index.html; + try_files $uri $uri/ /home.html; expires -1; add_header Cache-Control "no-cache, no-store, must-revalidate"; } diff --git a/services/web-ui/public/capture.html b/services/web-ui/public/capture.html index 058682b..25c1616 100644 --- a/services/web-ui/public/capture.html +++ b/services/web-ui/public/capture.html @@ -182,14 +182,16 @@