diff --git a/conf/nginx.conf.erb b/conf/nginx.conf.erb index 82e8b4d..3c19791 100644 --- a/conf/nginx.conf.erb +++ b/conf/nginx.conf.erb @@ -19,5 +19,9 @@ http { root /app/www; <% end %> index index.html; + + location / { + try_files $uri $uri/ /index.html; + } } }