server { listen 80; location / { root /var/www/build; autoindex off; try_files $uri $uri/ =404; } }