server { root /var/www/html; index index.html; server_name lablad.net; location / { try_files $uri $uri/ =404; } }