fixing 404

This commit is contained in:
Petruk Ngantuk 2019-11-04 02:21:48 +07:00 committed by GitHub
parent 37b91f9556
commit 22d00d87d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@ server {
location /dashboard/ {
alias /app/dashboard/;
index index.html;
try_files $uri $uri/ /dashboard/index.html$args;
try_files $uri $uri/ /dashboard/index.html;
}
}