@@ -17,6 +17,7 @@ http {
server_name localhost;
location / {
+ try_files $uri $uri/ /index.html;
root /opt/app/build;
index index.html;
}