server { listen 8000; server_name localhost; location ^/static { try_files $uri $uri/ =404; } }