server { root /var/www/arm-web; location / { try_files $uri $uri/ =404; } }