From 8f9f79e9a2491a523163965915ff35d2e5ae9b01 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Mon, 2 Jun 2025 19:58:28 +0100 Subject: [PATCH] chore(n8n): set `N8N_PROXY_HOPS` to 2 in Nomad job specification --- modules/n8n/jobspec.nomad.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/n8n/jobspec.nomad.hcl b/modules/n8n/jobspec.nomad.hcl index 72294ad..688229e 100644 --- a/modules/n8n/jobspec.nomad.hcl +++ b/modules/n8n/jobspec.nomad.hcl @@ -73,6 +73,7 @@ job "n8n" { N8N_PROTOCOL = "https" N8N_HOST = "n8n.brmartin.co.uk" N8N_PORT = "443" + N8N_PROXY_HOPS = "2" } template {