From 7fbe3ab46573acbf2e09d636f4f36cbd488895fb Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Mon, 6 Dec 2021 14:42:37 +0100 Subject: [PATCH] conf proxy wss --- tmpl/nineskeletor-apache.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmpl/nineskeletor-apache.conf b/tmpl/nineskeletor-apache.conf index c990928..d340af8 100644 --- a/tmpl/nineskeletor-apache.conf +++ b/tmpl/nineskeletor-apache.conf @@ -15,5 +15,7 @@ Alias /nineskeletor /var/www/html/nineskeletor/public # 5566 = nineboard # 5576 = nineschool # 5586 = ninesurvey -ProxyPass "/wssnineskeletor" "ws://%%adresse_ip_eth0:5546" retry=0 keepalive=On -ProxyPassReverse "/wssnineskeletor" "ws://%%adresse_ip_eth0:5546" retry=0 \ No newline at end of file +# 5587 = ninetraining +# 5596 = janus +ProxyPass "/wssnineskeletor" "ws://0.0.0.0:5546" retry=0 keepalive=On +ProxyPassReverse "/wssnineskeletor" "ws://0.0.0.0:5546" retry=0 \ No newline at end of file