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 953ac46 commit cce3046Copy full SHA for cce3046
nginx/nginx.conf
@@ -18,7 +18,7 @@ http {
18
}
19
20
# /red will point to node-red (note that httpRoot must also be set in settings.js
21
- location /red {
+ location /nodered {
22
proxy_set_header Host $http_host;
23
proxy_set_header X-Real-IP $remote_addr;
24
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments