Browse Source

fixed links

pull/1/head
GilbN 7 years ago
committed by GitHub
parent
commit
eb9a27410f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
README.md

@ -51,7 +51,7 @@ Add this to your location context/block:
proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/gilbN/theme.park@3db036653b3ad8303a5202c553ec8f5e47a46514/CSS/themes/orgarr.css">
'<link rel="stylesheet" type="text/css" href="https://rawgit.com/gilbN/theme.park/master/CSS/themes/orgarr.css">
</head>';
sub_filter_once on;
```
@ -77,7 +77,7 @@ location / {
proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/gilbN/theme.park@3db036653b3ad8303a5202c553ec8f5e47a46514/CSS/themes/orgarr.css">
'<link rel="stylesheet" type="text/css" href="https://rawgit.com/gilbN/theme.park/master/CSS/themes/orgarr.css">
</head>';
sub_filter_once on;
proxy_hide_header X-Frame-Options;
@ -314,7 +314,7 @@ Create **another** reverse proxy for netdata and add this:
proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/gilbN/theme.park@3db036653b3ad8303a5202c553ec8f5e47a46514/CSS/themes/netorg.css">
'<link rel="stylesheet" type="text/css" href="https://rawgit.com/gilbN/theme.park/master/CSS/themes/netorg.css">
</head>';
sub_filter_once on;
```
@ -338,7 +338,7 @@ sub_filter_once on;
proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/gilbN/theme.park@3db036653b3ad8303a5202c553ec8f5e47a46514/CSS/themes/netorg.css">
'<link rel="stylesheet" type="text/css" href="https://rawgit.com/gilbN/theme.park/master/CSS/themes/netorg.css">
</head>';
sub_filter_once on;
}
@ -392,7 +392,7 @@ Create another reverse proxy for monitorr and add this:
proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/gilbN/theme.park@3db036653b3ad8303a5202c553ec8f5e47a46514/CSS/themes/monitorg.css">
'<link rel="stylesheet" type="text/css" href="https://rawgit.com/gilbN/theme.park/master/CSS/themes/monitorg.css">
</head>';
sub_filter_once on;
```
@ -420,7 +420,7 @@ location / {
proxy_set_header Accept-Encoding "";
sub_filter
'</head>'
'<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/gilbN/theme.park@3db036653b3ad8303a5202c553ec8f5e47a46514/CSS/themes/monitorg.css">
'<link rel="stylesheet" type="text/css" href="https://rawgit.com/gilbN/theme.park/master/CSS/themes/monitorg.css">
</head>';
sub_filter_once on;
}

Loading…
Cancel
Save