# # Default server configuration # server { listen 80; listen [::]:80; server_name nav.eastgate.in; location / { proxy_pass http://localhost:4000/; } }