conf proxy wss
This commit is contained in:
@ -10,11 +10,11 @@ Alias /ninegitea /var/www/html/ninegitea/public
|
||||
|
||||
# Pour activer un serveur websocket sur l'application
|
||||
# Attention choisir un port libre dans
|
||||
# 5546 = ninegitea
|
||||
# 5546 = nineskeletor
|
||||
# 5556 = ninegate
|
||||
# 5566 = nineboard
|
||||
# 5576 = nineschool
|
||||
# 5586 = ninesurvey
|
||||
# 5588 = ninegitea
|
||||
ProxyPass "/wssninegitea" "ws://%%adresse_ip_eth0:5588" retry=0 keepalive=On
|
||||
ProxyPassReverse "/wssninegitea" "ws://%%adresse_ip_eth0:5588" retry=0
|
||||
ProxyPass "/wssninegitea" "ws://0.0.0.0:5588" retry=0 keepalive=On
|
||||
ProxyPassReverse "/wssninegitea" "ws://0.0.0.0:5588" retry=0
|
Reference in New Issue
Block a user