@@ -9,6 +9,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
+ try_files $uri $uri/ /index.html;
}
location /api {