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