From 9252e16a6f13526fec70b91bc06c3579a4b1913a Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Tue, 5 May 2015 03:16:52 -0700 Subject: [PATCH] another attempt to serve only home.html --- nginxconf/flashy.cards | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginxconf/flashy.cards b/nginxconf/flashy.cards index a573c06..0b87f7d 100644 --- a/nginxconf/flashy.cards +++ b/nginxconf/flashy.cards @@ -19,7 +19,7 @@ server { location ^~ /app { alias /srv/flashy-frontend; - try_files $uri /srv/flashy-frontend/home.html; + try_files $uri /home.html; } location ~ /(api|admin|api-auth)/ { -- 1.9.1