From 640394bd0015d78823e5d0df590218906162470a Mon Sep 17 00:00:00 2001 From: leonardomeireles55 Date: Wed, 5 Feb 2025 14:23:29 -0300 Subject: [PATCH] hotfix: update backend location in nginx configuration to include trailing slash --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ba4e8aa..1c0cf5e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -90,7 +90,7 @@ http { - location /backend { + location /backend/ { proxy_pass http://quality-lab-pro/; proxy_http_version 1.1; proxy_set_header Connection "";