mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
parent
0d54b497aa
commit
df5e880f0e
1 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
location /nodered/ {
|
location /nodered/ {
|
||||||
proxy_pass http://127.0.0.1:{{ apache_port }}/nodered/;
|
proxy_pass http://127.0.0.1:1880/nodered/;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /nodered/debug/ws/ {
|
||||||
|
proxy_pass http://127.0.0.1:1880/nodered/debug/ws;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /nodered/comms/ {
|
||||||
|
proxy_pass http://127.0.0.1:1880/nodered/comms;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue