From 0b7cb8c17cce3fed18a4189b7dbbe3cb5bb5135f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Fern=C3=A1ndez?= Date: Mon, 1 Sep 2025 13:02:17 +0200 Subject: [PATCH] FS: Modify `nginx.conf` so `Goto` is managed by backend (#110402) --- devenv/frontend-service/configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/frontend-service/configs/nginx.conf b/devenv/frontend-service/configs/nginx.conf index 0636ff0a231..bb136f695aa 100644 --- a/devenv/frontend-service/configs/nginx.conf +++ b/devenv/frontend-service/configs/nginx.conf @@ -73,7 +73,7 @@ server { } # API calls go to the backend - location ~ ^/(api|apis|avatar|bootdata|render|logout|public\/plugins) { + location ~ ^/(api|apis|avatar|bootdata|render|logout|public\/plugins|goto) { # Add debug headers to the response add_header Nginx-Trace-Id $otel_trace_id always; add_header Nginx-Route "backend" always;