server { server_name _; listen 3000; listen [::]:3000; location / { root /app/; index index.html; try_files $uri $uri/ /index.html = 404; } }