mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
4 lines
79 B
Text
4 lines
79 B
Text
|
location /nodered {
|
||
|
proxy_pass http://127.0.0.1:{{ apache_port }}/nodered;
|
||
|
}
|