2021-07-06 04:36:15 +00:00
|
|
|
# 'nodered_port: 1880' is set in /opt/iiab/iiab/vars/default_vars.yml
|
|
|
|
# https://github.com/iiab/iiab/wiki/IIAB-Networking#list-of-ports--services
|
|
|
|
|
2020-01-12 17:12:49 +00:00
|
|
|
location /nodered/ {
|
2021-07-06 04:36:15 +00:00
|
|
|
proxy_pass http://127.0.0.1:{{ nodered_port }}/nodered/;
|
2021-07-01 18:12:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
location /nodered/debug/ws/ {
|
2021-07-06 04:36:15 +00:00
|
|
|
proxy_pass http://127.0.0.1:{{ nodered_port }}/nodered/debug/ws;
|
2021-07-01 18:12:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
location /nodered/comms/ {
|
2021-07-06 04:36:15 +00:00
|
|
|
proxy_pass http://127.0.0.1:{{ nodered_port }}/nodered/comms;
|
2019-10-15 23:47:49 +00:00
|
|
|
}
|