We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce3046 commit 6c19e31Copy full SHA for 6c19e31
nginx/nginx.conf
@@ -17,7 +17,7 @@ http {
17
proxy_pass http://grafana:3000;
18
}
19
20
- # /red will point to node-red (note that httpRoot must also be set in settings.js
+ # /nodered will point to node-red (note that httpRoot must also be set to /nodered in settings.js of node-red)
21
location /nodered {
22
proxy_set_header Host $http_host;
23
proxy_set_header X-Real-IP $remote_addr;
0 commit comments