server { listen 80; server_name {{ domain }}; location / { # Note: Trailing slash proxy_pass http://localhost:3000; # Note: Trailing slash } }