server { listen 80; listen [::]:80; root /var/www/josh; error_page 404 /error-404.html; location = /error-404.html {} location / { return 404; } }