Skip to content

Commit 6c19e31

Browse files
committed
-
1 parent cce3046 commit 6c19e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http {
1717
proxy_pass http://grafana:3000;
1818
}
1919

20-
# /red will point to node-red (note that httpRoot must also be set in settings.js
20+
# /nodered will point to node-red (note that httpRoot must also be set to /nodered in settings.js of node-red)
2121
location /nodered {
2222
proxy_set_header Host $http_host;
2323
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)