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; } }