mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Fix linter warnings
This commit is contained in:
parent
266f736b6e
commit
232ee77b77
2 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
NetData for YunoHost
|
||||
---------------------
|
||||
|
||||
[](https://ci-apps.yunohost.org/jenkins/job/netdata%20%28Community%29/lastBuild/consoleFull)  
|
||||
[](https://install-app.yunohost.org/?app=netdata)
|
||||
[](https://dash.yunohost.org/appci/app/netdata)  
|
||||
[](https://install-app.yunohost.org/?app=netdata)
|
||||
|
||||
[NetData](http://my-netdata.io/) is a system for **distributed real-time performance and health monitoring**.
|
||||
It provides **unparalleled insights, in real-time**, of everything happening on the
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
|
||||
location ~ __PATH__/(?<ndpath>.*) {
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue