Skip to content

Commit cce3046

Browse files
committed
-
1 parent 953ac46 commit cce3046

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
@@ -18,7 +18,7 @@ http {
1818
}
1919

2020
# /red will point to node-red (note that httpRoot must also be set in settings.js
21-
location /red {
21+
location /nodered {
2222
proxy_set_header Host $http_host;
2323
proxy_set_header X-Real-IP $remote_addr;
2424
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)