From eff6de49e34063f47913d64d0659065b8ab9ae6f Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 1 Mar 2025 20:15:29 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- infrastructure/nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/nginx/nginx.conf b/infrastructure/nginx/nginx.conf index 2773428..6e338eb 100644 --- a/infrastructure/nginx/nginx.conf +++ b/infrastructure/nginx/nginx.conf @@ -166,7 +166,6 @@ http { } location /admin/grafana/ { - rewrite ^/admin/grafana/(.*) /$1 break; proxy_pass http://grafana:3000/; proxy_set_header Host $http_host;