server { server_name sanity.nigel.local; location / { proxy_pass http://localhost:8080; } }