server { root /usr/src/admin/build; location / { try_files $uri /index.html; } }