conf proxy wss
This commit is contained in:
parent
93f61c02ba
commit
37531ca37c
|
@ -6,4 +6,16 @@ Alias /nineschool /var/www/html/nineschool/public
|
||||||
Allow from All
|
Allow from All
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
php_admin_flag allow_url_fopen On
|
php_admin_flag allow_url_fopen On
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
# Pour activer un serveur websocket sur l'application
|
||||||
|
# Attention choisir un port libre dans
|
||||||
|
# 5546 = nineskeletor
|
||||||
|
# 5556 = ninegate
|
||||||
|
# 5566 = nineboard
|
||||||
|
# 5576 = nineschool
|
||||||
|
# 5586 = ninesurvey
|
||||||
|
# 5587 = ninetraining
|
||||||
|
# 5596 = janus
|
||||||
|
ProxyPass "/wssnineschool" "ws://0.0.0.0:5576" retry=0 keepalive=On
|
||||||
|
ProxyPassReverse "/wssnineschool" "ws://0.0.0.0:5576" retry=0
|
Loading…
Reference in New Issue