mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Residual nodered/templates/nodered.conf.j2.unused
This commit is contained in:
parent
ede56d3197
commit
c4c0586bb1
1 changed files with 6 additions and 0 deletions
6
roles/nodered/templates/nodered.conf.j2.unused
Normal file
6
roles/nodered/templates/nodered.conf.j2.unused
Normal file
|
@ -0,0 +1,6 @@
|
|||
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 }}
|
Loading…
Reference in a new issue