fixing 404
This commit is contained in:
parent
37b91f9556
commit
22d00d87d8
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ server {
|
||||||
location /dashboard/ {
|
location /dashboard/ {
|
||||||
alias /app/dashboard/;
|
alias /app/dashboard/;
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /dashboard/index.html$args;
|
try_files $uri $uri/ /dashboard/index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue