diff --git a/nginxconf/flashy.cards b/nginxconf/flashy.cards index 62c26c2..ff8faad 100644 --- a/nginxconf/flashy.cards +++ b/nginxconf/flashy.cards @@ -19,7 +19,7 @@ server { location ^~ /app { alias /srv/flashy-frontend; - try_files $uri home.html; + try_files $uri /srv/flashy-frontend/home.html; } location ~ /(api|admin|api-auth)/ {