From efebf246109796c8e30a9702d3d41040e9c0d4c0 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Tue, 5 May 2015 02:20:16 -0700 Subject: [PATCH] Updated frontend to serve home.html for all URLs.. --- nginxconf/flashy.cards | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/ { -- 1.9.1