mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
7 lines
446 B
Text
7 lines
446 B
Text
|
ProxyPreserveHost On
|
||
|
ProxyRequests Off
|
||
|
ProxyPass /{{ nodered_web_path }}/debug/ws ws://localhost:{{ nodered_port }}/{{ nodered_web_path }}/debug/ws
|
||
|
ProxyPass /{{ nodered_web_path }}/comms ws://localhost:{{ nodered_port }}/{{ nodered_web_path }}/comms
|
||
|
ProxyPass /{{ nodered_web_path }} http://localhost:{{ nodered_port }}/{{ nodered_web_path }}
|
||
|
ProxyPassReverse /{{ nodered_web_path }} http://localhost:{{ nodered_port }}/{{ nodered_web_path }}
|