labs
This commit is contained in:
parent
398df2fba8
commit
0116056996
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue