diff --git a/backend b/backend index 9cf1ad2..13d2641 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 9cf1ad232248988ad928272c1dedb5ae99c69d13 +Subproject commit 13d2641b2df01052ed742ec436c9bed3df36c9f0 diff --git a/etc/nginx/villas.conf b/etc/nginx/villas.conf index 4dabe64..770c1c1 100644 --- a/etc/nginx/villas.conf +++ b/etc/nginx/villas.conf @@ -28,6 +28,9 @@ server { # frontend location location / { root /www; + index index.html; + + try_files $uri $uri/ /index.html; } # error pages