From 65d0040c0d480a4a660eb88d9ecedd2d782a35e9 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Mon, 8 Jun 2026 00:11:02 +0700 Subject: [PATCH] fix(web): escape quotes in sub_filter for fetch calls Update the sub_filter pattern for fetch requests to include escaped double quotes. This ensures that path rewriting correctly handles JavaScript fetch calls that use double-quoted strings, preventing broken resource paths in the telemetry dashboard. --- apps/web/nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/nginx.conf b/apps/web/nginx.conf index c6f302a..3b74e92 100644 --- a/apps/web/nginx.conf +++ b/apps/web/nginx.conf @@ -72,12 +72,11 @@ server { proxy_read_timeout 35s; # Rewrite root-relative paths (