diff --git a/conf/nginx.conf.erb b/conf/nginx.conf.erb index bde59e6..24ca527 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; } }