正解は `proxy_pass` です。`location / { proxy_pass http://localhost:3000; }` のように記述し、Node.jsやPythonなどのアプリケーションサーバーへリクエストを中継します。