From fec5023ac00561424493ff469b6b13e9ed6a80df Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 13 Oct 2018 18:57:21 +0200 Subject: [PATCH] fixed link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30927d7b..f287eab7 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,12 @@ If you want a regular Plex theme for your Grafana setup, use the **`grafplex.css ### Subfilter As Grafana doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx. -Create **another** reverse proxy for monitorr and add this: +Create **another** reverse proxy for Grafana and add this: ```nginx proxy_set_header Accept-Encoding ""; sub_filter '' -' +' '; sub_filter_once on; ``` @@ -153,7 +153,7 @@ location / { proxy_set_header Accept-Encoding ""; sub_filter '' - ' + ' '; sub_filter_once on; proxy_hide_header X-Frame-Options;