From 4465959a9e1cea512783073b5c1cab4d188169ee Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 13 Oct 2018 20:37:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f287eab7..8a045fa2 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Create **another** reverse proxy for Grafana and add this: 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;