diff --git a/nginxconf/flashy.cards b/nginxconf/flashy.cards index 0b87f7d..dc28765 100644 --- a/nginxconf/flashy.cards +++ b/nginxconf/flashy.cards @@ -17,9 +17,9 @@ server { expires 30d; } - location ^~ /app { + location ^~ /app/ { alias /srv/flashy-frontend; - try_files $uri /home.html; + try_files $uri /app/home.html; } location ~ /(api|admin|api-auth)/ {