From f1d835dd90926f1ccbfc0ef7fc72c5ec04b3d112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Wistuba=20de=20Fran=C3=A7a?= Date: Sun, 11 Sep 2016 12:05:14 -0300 Subject: [PATCH] Update nginx.conf.erb --- conf/nginx.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf.erb b/conf/nginx.conf.erb index 82e8b4d..b000f2e 100644 --- a/conf/nginx.conf.erb +++ b/conf/nginx.conf.erb @@ -19,5 +19,6 @@ http { root /app/www; <% end %> index index.html; + try_files $uri $uri/ /index.html; } }