Fixed Netdata redirect

This commit is contained in:
bprieshof
2019-10-04 13:58:39 +02:00
parent b1a0c87bc4
commit aa591707df

View File

@@ -5,7 +5,7 @@ server {
server_name DOMAINname;
location = /backend/netdata {
return 301 /netdata/;
return 301 /backend/netdata/;
}
location ~ /backend/netdata/(?<ndpath>.*) {