server { server_name ncr.nigel.local; location / { proxy_pass http://localhost:5000; } }