From 55ae698799fbdad17af0677bec2cf80c674d386a Mon Sep 17 00:00:00 2001 From: JimboJoe Date: Sat, 24 Jun 2023 12:31:25 +0200 Subject: [PATCH] Fix nginx conf for sub_path installation see https://github.com/grafana/grafana/issues/70110 --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1bc6f42..e5fc35d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,3 @@ -#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { proxy_redirect off;