From f0fbcba53dab13a507dd7a7ca4f7c01b6c875a39 Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Tue, 25 Feb 2025 08:53:43 +0100 Subject: [PATCH] feat(n8n): port --- roles/n8n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/n8n/README.md b/roles/n8n/README.md index dda3acf4..aee1f4f1 100644 --- a/roles/n8n/README.md +++ b/roles/n8n/README.md @@ -48,7 +48,7 @@ Setup this Nginx configuration for the `n8n01-prod` host: nginx_proxies: - src_hostname: n8n.example.com dest_hostname: n8n01-prod - dest_port: 3000 + dest_port: 5678 ssl: true options: | include /etc/nginx/conf.d/proxy-params.conf;