From 5041912ceb6d300c4917d9261364882c58148148 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 18 Aug 2018 11:42:18 +0200 Subject: [PATCH] fixed links --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc4ecb1d..16828e5b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Add this to your location context/block: proxy_set_header Accept-Encoding ""; sub_filter '' -' +' '; sub_filter_once on; ``` @@ -75,7 +75,7 @@ location / { proxy_set_header Accept-Encoding ""; sub_filter '' - ' + ' '; sub_filter_once on; proxy_hide_header X-Frame-Options; @@ -125,7 +125,7 @@ Create **another** reverse proxy for monitorr and add this: proxy_set_header Accept-Encoding ""; sub_filter '' -' +' '; sub_filter_once on; ``` @@ -151,7 +151,7 @@ location / { proxy_set_header Accept-Encoding ""; sub_filter '' - ' + ' '; sub_filter_once on; proxy_hide_header X-Frame-Options; @@ -312,7 +312,7 @@ Create **another** reverse proxy for monitorr and add this: proxy_set_header Accept-Encoding ""; sub_filter '' -' +' '; sub_filter_once on; ``` @@ -336,7 +336,7 @@ sub_filter_once on; proxy_set_header Accept-Encoding ""; sub_filter '' - ' + ' '; sub_filter_once on; } @@ -375,7 +375,7 @@ Custom [Monitorr](https://github.com/Monitorr/Monitorr) CSS for [Organizr](https Add this in the custom css box: ```css -@import "https://rawgit.com/gilbN/theme.park/CSS/themes/monitorg.css"; +@import "https://rawgit.com/gilbN/theme.park/master/CSS/themes/monitorg.css"; ``` And add this in custom HTML in Organizr: ```css @@ -390,7 +390,7 @@ Create another reverse proxy for monitorr and add this: proxy_set_header Accept-Encoding ""; sub_filter '' - ' + ' '; sub_filter_once on; ```