mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
docs: include human in the loop nodes for webhook processor configuration (#4242)
Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b668e5a0be
commit
789b6b84b4
@@ -184,7 +184,9 @@ You can also set this value in the configuration file.
|
||||
|
||||
When using multiple webhook processes you will need a load balancer to route requests. If you are using the same domain name for your n8n instance and the webhooks, you can set up your load balancer to route requests as follows:
|
||||
|
||||
- Redirect any request that matches `/webhook/*` to the webhook servers pool
|
||||
- Redirect webhook triggers to the webhook servers pool. Paths to consider:
|
||||
- `/webhook/*`: Webhook trigger node endpoints
|
||||
- `/webhook-waiting/*`: Human-in-the-loop webhook endpoints used by nodes that perform "send and wait" operations (for example, the Slack node).
|
||||
- All other paths (the n8n internal API, the static files for the editor, etc.) should get routed to the main process
|
||||
|
||||
**Note:** The default URL for manual workflow executions is `/webhook-test/*`. Make sure that these URLs route to your main process.
|
||||
|
||||
Reference in New Issue
Block a user