From 586bf41a703b2231a05e51493161b25eaea48f71 Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Sun, 13 Jul 2025 00:08:25 +0530 Subject: [PATCH] fix: pass webhook --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 62a62c2d..13878b3e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,7 +11,7 @@ server { } # Proxy for backend - location ~ ^/(auth|storage|record|workflow|robot|proxy|api-docs|api)(/|$) { + location ~ ^/(auth|storage|record|workflow|robot|proxy|api-docs|api|webhook)(/|$) { proxy_pass http://localhost:8080; # change as per your setup proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;