diff --git a/nginx.conf b/nginx.conf index 3aeaf13..26cf603 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,6 +3,10 @@ server { root /usr/share/nginx/html; index index.html; + location = /lab/data-dashboard { + return 301 /lab/data-dashboard/; + } + location /lab/data-dashboard/ { try_files $uri $uri/ /index.html; }