From c4c0586bb1cacc3c6290a7e36482ebf1b4600d9b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Jul 2021 00:43:32 -0400 Subject: [PATCH] Residual nodered/templates/nodered.conf.j2.unused --- roles/nodered/templates/nodered.conf.j2.unused | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/nodered/templates/nodered.conf.j2.unused diff --git a/roles/nodered/templates/nodered.conf.j2.unused b/roles/nodered/templates/nodered.conf.j2.unused new file mode 100644 index 000000000..916e1eed2 --- /dev/null +++ b/roles/nodered/templates/nodered.conf.j2.unused @@ -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 }}